Conversation
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 report
Report 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 statsCycles without finds : 0 [+] Captured 42487 tuples (map size 225639, highest value 255, total values 428003094) in '/dev/null'. |
CodSpeed Performance ReportMerging #559 will degrade performance by 3.48%Comparing Summary
Benchmarks breakdown
|
|
Adding the check inside It still needs to be contiguous though, so maybe we should allocate a few kernel pages via |
|
Reproduction: Fixing this bug heavily impacts performance, more than I'm willing to accept. |
Signed-off-by: Lex Plt <lexplt.dev@gmail.com>
Signed-off-by: Lex Plt <lexplt.dev@gmail.com>
Description
It is possible for ArkScript to create too many variables (more than 8192 at once), which results in a segfault. This aims to fix this bug, but I am aware that it will likely hinder performance.
Checklist