This is the mail archive of the gcc@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: Libjava failures status


<<> However, if you assume that the checks usually pass, and you care more
> about the performance of the normal case, and not so much about the
> performance of generating the exception, and your platform has support
> for it, then it is better to omit the tests and let the trap be
> converted into an exception by the runtime.
>>

It is of course important to check that the use of these traps is indeed
efficient. On some architectures, the traps intefere with the pipeline
more than scheduled tests.


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