-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
perf(LuaJIT): revert optimization for hash #13240
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits together when merging. Thank you.
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
Successfully created backport PR for |
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
Successfully created backport PR for |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.7.x
git worktree add -d .worktree/backport-13240-to-release/3.7.x origin/release/3.7.x
cd .worktree/backport-13240-to-release/3.7.x
git switch --create backport-13240-to-release/3.7.x
git cherry-pick -x 61df625c851b56aa34ac64f6051a9e6fd02bcec4 |
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
* perf(luajit): revert optimization for hash * docs(changelog): add changelog entry --------- Co-authored-by: Zhongwei Yao <zhongwei.yao@konghq.com> (cherry picked from commit 61df625)
Summary
This change reverts some hash optimizations in LuaJIT
Issue reference
Fix KAG-4646