Hacker News new | ask | show | jobs
by mafribe 3958 days ago
How does your approach for factoring out compiler components compares with the PyPy meta-tracing approach?
1 comments

Our approach allows us to integrate with the existing runtimes, enhancing them, rather than having a new implementation. The PyPy approach is capable of much bigger gains, but we can integrate directly into the existing language community, along with all extensions.