Fix LUA <-> RESP2 Mappings, NoScript enforcement #946
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO:
Benchmarks
Since adds a new check in the command dispatch path, looking at some non-Lua benchmarks.
main
is at51ee0f0b9f2411854b0ba1410d0b130168af3825
issue939
is atbea15117502debf90391a4afab24e9c18a636976
RawStringOperations
No big swings, just some jitter looks like.
main
issue939
ScriptOperations
Similary, some jitter, but no big swings in either direction.
main
issue939