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-45621] Optimize calls with ruby2_keywords forwarding by deciding it per call site #3270

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

* There is no more gu.
…g on CRuby 3.2+

* Reverts "Copy the CRuby bug/behavior that the ruby2_keyword flag on a Hash is not reset for caller(*args) -> callee(*args) calls"
* This reverts commit 103d4da.
* See 103d4da5fc
* 3363 -> 3242 for org.truffleruby.language.dispatch.RubyCallNode.execute (NI EE)
* Avoids partial evaluating and allocating the nodes to copy the ruby2_keyword Hash per callee, instead it is only once per call site.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 20, 2023
@graalvmbot graalvmbot merged commit b575357 into master Sep 21, 2023
14 checks passed
@graalvmbot graalvmbot deleted the bd/optimize-ruby2_keywords-forwarding branch September 21, 2023 10:50
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.

2 participants