Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a pass to optimize environment conversion #195

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 28, 2021

  1. add a pass to optimize environment conversion

    In each CPS legs, we take a Continuation then convert it into Env
    everytime we want to access a local. This is an extremely slow process
    under arc/orc due to type checks.
    
    Add a pass that convert the continuation symbol exactly once, with hopes
    that it would speed things up for us.
    alaviss committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    150e558 View commit details
    Browse the repository at this point in the history