Feat/bitwise#689
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 reportReport files about files you didn't modify in this PR
|
Super Instructions reportSome Super Instructions are under the usage threshold (18).
Super Instructions over the threshold
|
Merging this PR will degrade performance by 11.01%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| 👁 | Welder - Big - 665 nodes[2] |
52.3 ms | 66.9 ms | -21.81% |
| ⚡ | Welder - Simple - 39 nodes[0] |
1.1 ms | 1.1 ms | +1.28% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing feat/bitwise (0e845eb) with dev (e4c5532)
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary statsCycles without finds : 0 [+] Captured 44213 tuples (map size 268512, highest value 255, total values 424275059) in '/dev/null'. |
Coverage Report for CI Build 25857517091Coverage increased (+0.1%) to 94.21%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
…tLeftOnes, countRightZeros, countRightOnes to math builtins
Description
Add bitwise builtins and deprecate the bitwise module.
Checklist