Inlining type checks

Bryce McKinlay bryce@waitaki.otago.ac.nz
Tue Mar 26 14:43:00 GMT 2002


Adam Megacz wrote:

>Can't the gcc equivalent of the JVM's 'CheckClassCast' be inlined?
>

Yes, it can, along with "instanceof", array store checks, etc. Thats 
something I've been meaning to look at for a while. I have a plan to 
make all the type checking stuff more efficient.

regards

Bryce.




More information about the Java mailing list