Commit f91d3cf
committed
fix(mimalloc): bump pin, allowlist outline-atomic relax/rel variants, update initializer count
- Pin → 09fed41b (adds purge-bit-restore on failed claim)
- aarch64 allowlist: add ldclr8_relax, ldset8_relax, swp8_rel, swp8_relax —
same compiler-rt outline-atomics family as the existing entries, just the
relaxed/release memory-order variants that dev3 bitmap code reaches
- static-initializers.test: assertion now matches the comment (was already
written for v3)1 parent eb1bae3 commit f91d3cf
File tree
3 files changed
+6
-2
lines changed- scripts
- build/deps
- verify-baseline-static
- test/js/bun/perf
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
0 commit comments