-
-
Notifications
You must be signed in to change notification settings - Fork 48
Swap push order of arguments #540
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
Conversation
… explicitely Thanks to this new instruction, the stack swapping is simpler. The goal is to be able to remove the stack swapping later on, to avoid unnecessary operations.
Static analysis reportLizard reportListing only functions with cyclomatic complexity >= 15 or NLOC >= 100 or parameters >= 6.
Report about files you didn't modify in this PR
CppCheck reportReport files about files you didn't modify in this PR
|
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 47085 tuples (map size 213728, highest value 255, total values 409270264) in '/dev/null'. |
3f981be
to
84e4061
Compare
CodSpeed Performance ReportMerging #540 will improve performances by 11.12%Comparing Summary
Benchmarks breakdown
|
…function calls Also fix tests and use a reverse push order for arguments, since the other way around can cause problems when we push references and swap arguments around.
…t handle a poor wsgiref module
84e4061
to
9f2fca8
Compare
… happen, leading to a crash while reporting an error, because the start index was after the end of the line
… happen if an invalid node is found and is on more than one line
Description
Closes # (issue)
Checklist