Primitive type specialization
Remi Forax
forax at univ-mlv.fr
Sun Aug 18 06:09:15 PDT 2013
Hi guys,
I've implemented type specialization for ninal
https://github.com/forax/ninal
and because I don't like to follow the rules, I don't use node rewriting
but a state machine inside each nodes.
It seems to work
(you can see the deop/reopt dance when running the example sum.ninal)
but I haven't found a way to see the assembly code generated by Truffle
to see the code is perfectly specialized or not.
How I can see the assembly code generated by graal ?
Rémi
More information about the graal-dev
mailing list