-
Notifications
You must be signed in to change notification settings - Fork 1.7k
implement codegen of the new jsinterop in cpsir #24978
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
Comments
May I ask what "nssa" means? I saw it a few times recently but have no clue what it is about. |
We have been doing some work to replace our ssa backend with the a cps-ir (continuation-passing-style IR), but we plan to do some refactoring changes that will remove the continuations from CPS-ir, which makes it more like a nested-ssa, or "nssa" for short :) |
Never mind :D |
I'll be sending https://codereview.chromium.org/1688433006 out shortly. The following two tests are still failing:
The CL also adds |
landed support in a0c438a. Closing since pending issues are tracked in the two bugs mentioned above. |
No description provided.
The text was updated successfully, but these errors were encountered: