Felix Hanau
Felix Hanau
Spiritual successor to #2012. Also see the downstream PR. - [build][nfc] Clean up JSG build file in accordance with IWYU - [nfc] Drop support for old V8 version This was...
#1900 failed to apply the `release` configuration to `release_unix`, leading to a binary size regression, especially on macOS. This was caused by bazel using fastbuild mode instead of opt mode,...
This is just a test for now, trying this primarily to avoid issues like the unannounced Windows build image breakage caused by the last LLVM update (see #1092).
Building on #113 and https://github.com/fhanau/Efficient-Compression-Tool/commit/8a90cffc85353976dbd84e8f14bd69b1b9fe6e3b, it would be useful to use artifacts to automatically strip binaries and have ECT zip itself to create release binaries for x86 and ARM. Note...
The changes to the most aggressive match finder should allow for big performance improvements, but are not stable yet and cause crashes.
See https://encode.ru/threads/2274-ECT-an-file-optimizer-with-fast-zopfli-like-deflate-compression?p=56584&viewfull=1#post56584
This updates the clang version window we support. A few points to consider here: - There is no short-term need to merge this, but doing so would help us avoid...
This should slightly improve compile speeds, especially under MSVC. To keep this change small this primarily affects headers, which should already allow us to eliminate many superfluous recursive includes. -...