pypy / pypy.org

Sources for website at https://www.pypy.org
33 stars 11 forks source link

draft: blog post on open-ended traces #31

Closed cfbolz closed 2 years ago

timfel commented 2 years ago

Do you want to mention related work? If so, it might be interesting that Truffle does something similar, splitting methods into multiple calls somewhere in the middle and (when calling the native code) just doing multiple calls passing the same materialized frame between them.

cfbolz commented 2 years ago

@timfel nice, can I reference this somehow? will happily mention it. it's done for similar reasons I suppose?