mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
ICF was causing test failures in snapshot tests where expect.any(Constructor) checks failed because identical constructor functions were being merged, breaking JavaScript object identity semantics. Keep /FILEALIGN:0x200 optimization which provides 1-5% size reduction without affecting runtime semantics. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>