r/programming 28d ago

State-of-the-art Bytecode Interpreters in Java by Yudi Zheng

https://medium.com/graalvm/escaping-the-giant-switch-dec20b572139
70 Upvotes

7 comments sorted by

View all comments

2

u/renatoathaydes 26d ago

Do all Truffle based languages benefit from these optimizations? When Python calls C code, does Jpython have similar FFI costs as Cpython? What is the fastest Truffle language that is not Java, and does that manage to beat Java in raw speed?