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]
Other format: [Raw text]

Re: [PATCH] use gcc_checking_assert instead of ENABLE_CHECKING/gcc_assert


On 10/21/2010 01:45 PM, Richard Guenther wrote:
I think that #ifdefed loops are more easy to identify as enabled
only in checkin mode.  And I'd be not so sure that the iterators
themselves are optimized if the loop is empty (they have calls
to non-inline fns at least).

Pointer chasing (e.g. on NEXT_INSN) is also not optimized, since it may trap.


Paolo


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