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

[GR-17457] Use copy_captured_locals for Truffle::POSIX #3534

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

graalvmbot
Copy link

No description provided.

* Avoids an extra 2 calls.
* Avoids a IndirectCallNode because CachedCallSignatureNode does not
  ReportPolymorphism yet (will be fixed).
* This way all the local variables outside the lambda are replaced by
  constants in the AST, making the compilation graph smaller and faster.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 15, 2024
@graalvmbot graalvmbot merged commit 92b4cdd into master Apr 15, 2024
14 checks passed
@graalvmbot graalvmbot deleted the bd/posix-copy_captured_locals branch April 15, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants