-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18652: Improves performance by reducing lock contention via immediate…
… return values, fixes rare bugs (#47) 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.
- Loading branch information
1 parent
b2a8842
commit c9cd021
Showing
20 changed files
with
1,168 additions
and
969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.