zeek
spicy
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix issue with single-item replacement segfault.
topic/etyp/propagate-function-returns-try2
1 day ago
Fix compile error in benchmarks with new opt.
topic/etyp/propagate-function-returns-try2
1 day ago
Avoid lookahead in size benchmarks.
topic/etyp/change-inner-benchmarks
1 day ago
Separate lookahead and size benchmarks. Since the two benchmarks used the same `Inner`, they would get the same interprocedural optimizations. This doesn't give the full picture about how something changes, so separate them so that we can get a better picture. This definitely makes the benchmarks more "micro," but I believe that we see more people using *either* lookahead *or* size, not both on the same unit.
topic/etyp/change-inner-benchmarks
1 day ago
Fix compile error in benchmarks with new opt.
topic/etyp/propagate-function-returns-try2
1 day ago
Add resolving for capture groups. We would previously not perform proper resolving of capture groups. Instead we emitted a magic C++ identifier so this only resolved at C++ compile time. This introduced a number of downsides: - incorrect uses of capture groups via `$1`, `$2`, ... outside of field hooks which defined the magic captures was impossible to diagnose; instead this caused failed C++ compilation - code rewrites needed to treat captures special since their use was not correctly reflected on the AST This patch lowers uses of capture keywords to the identifier name much earlier so it behaves like any other use of an identifier. Closes #2222.
topic/bbannier/issue-2222
2 days ago
Merge branches 'topic/bbannier/sanitizer-fixes', 'topic/bbannier/cfg-while-stray-edge' and 'topic/bbannier/coverity-fixes'
main
3 days ago
Add validation ensuring non-void functions returns values on all paths. Closes #1992.
topic/robin/gh-1992-missing-return
3 days ago
Active Branches
Add function return propagation pass (try2)
last run
1 day ago
#2228
CodSpeed Performance Gauge
+12%
Separate lookahead and size benchmarks.
last run
1 day ago
#2229
CodSpeed Performance Gauge
-7%
Add resolving for capture groups.
last run
2 days ago
#2227
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs