This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: disabling branch probability guessing (patch)



Thanks for posting this; it's a good summary, and sound logic.

I think it would be useful to have an even briefer summary in the
code or info pages.  Something like:

  In a hard real-time system, people don't want different
  runs of the compiler to produce code that has different behavior;
  minimizing non-determinism is of paramount import.  This switch
  allows users to reduce non-determinism, possibly at the expense
  of inferior optimization.

Would you mind correcting and adding that somewhere?

Thanks!

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]