Fast subtype checking in the HotSpot JVM (2002)
by twhitmore on 12/27/2022, 3:22:39 AM
Cliff Click & John Rose on the JVM's subtype check -- achieving complete subtype checks in only 3 instructions and 1 memory reference, essentially all of the time.
Nice paper for those interested in language implementation & optimization.
Cliff Click & John Rose on the JVM's subtype check -- achieving complete subtype checks in only 3 instructions and 1 memory reference, essentially all of the time.
Nice paper for those interested in language implementation & optimization.