-
-
Notifications
You must be signed in to change notification settings - Fork 49
Feat/inst locations #530
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
Feat/inst locations #530
Conversation
…e generated bytecode This will allow the VM to show source location information when an error is thrown, as well as display nicer error messages to the user.
…ror messages at runtime
…indSourceLocation (was refering to the next instruction instead of the last executed one)
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
|
8232728
to
c696372
Compare
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 40242 tuples (map size 204224, highest value 255, total values 292281376) in '/dev/null'. |
c696372
to
718abfd
Compare
Description
Provide instruction source location at runtime, so that we can display better error messages.
Checklist