This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Inlining type checks


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.



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