-
-
Notifications
You must be signed in to change notification settings - Fork 49
Feat/builtins in std #543
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/builtins in std #543
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
|
CodSpeed Performance ReportMerging #543 will degrade performances by 14.64%Comparing Summary
Benchmarks breakdown
|
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 47329 tuples (map size 214397, highest value 255, total values 444463241) in '/dev/null'. |
…o make proxy for them in the standard library to be able to scope them properly
16f9ab9
to
e07f8c0
Compare
e07f8c0
to
38a468a
Compare
Description
Moves the builtins to the standard library by creating proxies for them (and a few optimizations so that it isn't inefficient).
Checklist