Hacker News new | ask | show | jobs
by 1ris 3051 days ago
How much faster/slower is it than aot code? I'm disapointed to see no benchmarks.
1 comments

It's in the papers. About 20% slower.

The main use case seems to be speed up dynamic languages (ruby, python, javascript, R), and Sulong is used to handle the C extensions, so that the optimizations can be performed across the language boundaries. Unboxing and inlining mostly in the hot paths. Makes sense. Plus more memory safety than C/C++/Fortran.

Sorry I couldn't find the paper in github page. Can you give a link?