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

CPS transformers #42

Open
TiarkRompf opened this issue Nov 26, 2012 · 0 comments
Open

CPS transformers #42

TiarkRompf opened this issue Nov 26, 2012 · 0 comments
Labels

Comments

@TiarkRompf
Copy link
Owner

Allow to capture continuations during transformation. This will allow to translate

sleep(100)

into

sleepAsync(100) {
  ... // rest
}

without @cps annotations on the original sleep method.

Code motion is performed before and after the transform, which provides complementary optimizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant