You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the process-stable u64 cell ID expanded Heap.Header from 32 to 48 bytes after 16-byte payload alignment. A 96-byte zig-js Object therefore moved from a 128-byte allocation to 144 bytes and into the 256-byte backing bucket on Linux/main CI.
Downstream: zig-utils/zig-js#411
Regression source: #39 (
c17c01af7ee8a38bbe1b47bc02751653d2b81afc)Adding the process-stable
u64cell ID expandedHeap.Headerfrom 32 to 48 bytes after 16-byte payload alignment. A 96-byte zig-js Object therefore moved from a 128-byte allocation to 144 bytes and into the 256-byte backing bucket on Linux/main CI.Acceptance:
@sizeOf(Header) == 32andheader_stride == 32on supported 64-bit targets.mainCI before closure.