Type hierarchy

Renze Torensma renzetorensma at gmail.com
Wed Apr 1 13:32:44 UTC 2015


Hi,

Do you have any tips about dealing with a type hierarchy that has one superclass for all types? For example a Value superclass with Boolean, String, Int, List and Date subclasses. That way I can’t use the java primitives for boolean and int so I lose out on those performance gains I think..

Renze


More information about the graal-dev mailing list