How does PyPy’s performance compare with GraalPython’s performance?

June 24, 2019
12:44 p.m.
PyPy is to RPython as GraalPython is to Graal. GraalPython is an implementation of Python on the Graal JIT. It employs what they call a “self-rewriting AST.” Graal is an AST interpreter. GraalPython uses the Truffle language framework and runs on the Truffle VM. What benchmarks should be run to compare GraalPython’s performance versus e.g. PyPy or CPython? From my observations, the Truffle VM seems to have zero overhead language interoperability— it can even inline across language boundaries!
2095
Age (days ago)
2095
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Lu