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

18652: Improves performance by reducing lock contention via immediate return values, fixes rare bugs #47

Merged
merged 61 commits into from
Dec 29, 2023

Conversation

howsohazard
Copy link
Contributor

Adds ability for opcodes to return immediate types directly on the stack instead of having to allocate memory, reducing lock contention, improving performance.
Fixes some rare bugs, especially around calling concat or substr with only a single parameter which needed to be interpreted, and incorrectly was not.
Improves code consistency for opcodes to reduce likelihood of errors.

@howsohazard howsohazard requested a review from a team as a code owner December 26, 2023 20:10
@howsohazard howsohazard merged commit c9cd021 into main Dec 29, 2023
19 checks passed
@howsohazard howsohazard deleted the 18652-interpret-node-immediate branch December 29, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants