You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added tests that prove my fix/feature is working
New and existing tests pass locally with my changes
I confirm that I am the author of this code and release it to the ArkScript project under the MPL-2.0 license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.
/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski
Summary stats
Fuzzers alive : 0
Dead or remote : 1 (included in stats)
Total run time : 5 minutes, 0 seconds
Total execs : 39 thousands
Cumulative speed : 131 execs/sec
Pending items : 155 faves, 1321 total
Coverage reached : 8.53%
Crashes saved : 0
Hangs saved : 0
Cycles without finds : 0
Time without finds : 0
[+] Captured 47195 tuples (map size 305408, highest value 255, total values 498352966) in '/dev/null'.
[+] A coverage of 47195 edges were achieved out of 305408 existing (15.45%) with 1337 input files.
This file contains hidden or 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
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.
…for stack overflows
Description
Modulo are slower than bitwise operation, lets test that assumption.
Checklist