zeek
spicy
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add bigobj flag
mamaorha:ms/windows/btest
2 days ago
Bump hendrikmuhs/ccache-action from 1.2.20 to 1.2.21 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.20 to 1.2.21. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/5ebbd400eff9e74630f759d94ddd7b6c26299639...1bbbcda0748b3e340dee71a314fa68ffcbd6df79) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/hendrikmuhs/ccache-action-1.2.21
3 days ago
Bump 3rdparty/justrx from `a3c1eb4` to `90cd110` Bumps [3rdparty/justrx](https://github.com/rsmmr/justrx) from `a3c1eb4` to `90cd110`. - [Commits](https://github.com/rsmmr/justrx/compare/a3c1eb4f87e90dd6d631cfbf6969ede9e93fb8ce...90cd1104a797972e6ce984c614ab318308da9326) --- updated-dependencies: - dependency-name: 3rdparty/justrx dependency-version: 90cd1104a797972e6ce984c614ab318308da9326 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/submodules/3rdparty/justrx-90cd110
3 days ago
Bump 3rdparty/vcpkg from `1e5a281` to `5ae3725` Bumps [3rdparty/vcpkg](https://github.com/microsoft/vcpkg) from `1e5a281` to `5ae3725`. - [Release notes](https://github.com/microsoft/vcpkg/releases) - [Commits](https://github.com/microsoft/vcpkg/compare/1e5a281db12c2fcf45197da37eca2d611a4318ec...5ae3725abb883a993c3e9c9587f148ed027c99f5) --- updated-dependencies: - dependency-name: 3rdparty/vcpkg dependency-version: 5ae3725abb883a993c3e9c9587f148ed027c99f5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/submodules/3rdparty/vcpkg-5ae3725
3 days ago
Bump CodSpeedHQ/action from 4.10.4 to 4.12.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.10.4 to 4.12.1. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/fa0c9b1770f933c1bc025c83a9b42946b102f4e6...1c8ae4843586d3ba879736b7f6b7b0c990757fab) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/CodSpeedHQ/action-4.12.1
3 days ago
Add copy propagation. Copy propagation is just an extension of constant propagation that will also propagate a Name. That means that if you take in a parameter, like: function f(x: uint8) { local y = x; print(y); } You can propagate `x` into the print. Before, because `y` was not a constant, we would not propagate. This means the dead store can be eliminated, which may help for larger parsers with register spill and expensive copies. We may also apply this to more than just Names. I tested with member accesses, but it did not do much. The problem with doing more is that we have to care about aliasing of the "parent," so we cannot just rely on `inout` in order to see if something may change. Thus, the more we do, it gets significantly more complex, with each step also adding potential for too much propagation. Too much may hurt the performance gains.
topic/etyp/copy-prop
4 days ago
[windows] make spicy btest pass on windows
mamaorha:ms/windows/btest
4 days ago
more cleanup
mamaorha:ms/windows/btest
5 days ago
Latest Branches
CodSpeed Performance Gauge
0%
[windows] make spicy btest pass on windows
#2283
2 days ago
0944bf2
mamaorha:ms/windows/btest
CodSpeed Performance Gauge
0%
Bump hendrikmuhs/ccache-action from 1.2.20 to 1.2.21
#2284
3 days ago
e3b2b3c
dependabot/github_actions/hendrikmuhs/ccache-action-1.2.21
CodSpeed Performance Gauge
0%
Bump 3rdparty/justrx from `a3c1eb4` to `90cd110`
#2287
3 days ago
f2813ad
dependabot/submodules/3rdparty/justrx-90cd110
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs