[sir_richard] 45223: [PERF]: Make all trap handlers, trap exit code, fatal exit code, and exception dispatch code "no return" since it always leads to an iret or other kind of non-directly-returning mechanism. This allows the compiler to optimize better and also remove useless code at the bottom of the functions. Since __builtin_unreachable is only for GCC 4.5, we use exit(0) for now (it will never be reached) to trick GCC.

Show replies by date

5821
Age (days ago)
5821
Last active (days ago)

ros-diffs@reactos.org

0 comments
1 participants

Add to favorites Remove from favorites

tags (0)
participants (1)
  • sir_richard@svn.reactos.org