Skip to content

fix(mimalloc): bump pin, allowlist outline-atomic relax/rel variants,…

f91d3cf
Select commit
Loading
Failed to load commit list.
Merged

deps: bump mimalloc to dev3 (bun-dev3-v2) #29251

fix(mimalloc): bump pin, allowlist outline-atomic relax/rel variants,…
f91d3cf
Select commit
Loading
Failed to load commit list.
Claude / Claude Code Review completed Apr 13, 2026 in 11m 53s

Code review found 2 potential issues

Found 5 candidates, confirmed 2. See review comments for details.

Details

Severity Count
🔴 Important 0
🟡 Nit 1
🟣 Pre-existing 0
Severity File:Line Issue
🟡 Nit scripts/verify-baseline-static/allowlist-aarch64.txt:94-97 Stale LSE symbol count in allowlist comment

Annotations

Check warning on line 97 in scripts/verify-baseline-static/allowlist-aarch64.txt

See this annotation in the file changed.

@claude claude / Claude Code Review

Stale LSE symbol count in allowlist comment

The section header comment says `(41 symbols)` but this PR adds 4 new LSE atomic symbols (`__aarch64_ldclr8_relax`, `__aarch64_ldset8_relax`, `__aarch64_swp8_rel`, `__aarch64_swp8_relax`), bringing the actual count to 45. Update the comment to `(45 symbols)` to keep it accurate.