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
|
Merging this PR will improve performance by ×3.5
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing |
Super Instructions reportSome Super Instructions are under the usage threshold (24).
Super Instructions over the threshold
|
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary statsCycles without finds : 0 [+] Captured 44415 tuples (map size 272034, highest value 255, total values 423113882) in '/dev/null'. |
Coverage Report for CI Build 28232378609Warning No base build found for commit Coverage: 94.382%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
| std::optional<ClosureScope> saved_scope {}; ///< Scope created by CAPTURE <x> instructions, used by the MAKE_CLOSURE instruction | ||
| std::optional<uint16_t> capture_rename_id {}; | ||
| std::vector<std::shared_ptr<ClosureScope>> stacked_closure_scopes {}; ///< Stack the closure scopes to keep the closure alive as long as we are calling them | ||
| // todo: handle deletion of scopes |
There was a problem hiding this comment.
Do not merge while in todo
Description
Closes # (issue)
Checklist