Hacker News new | ask | show | jobs
by rurban 3051 days ago
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.

1 comments

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