Skip to content

Commit 5f02a2b

Browse files
committed
docs: correct the stale 32-bit ABI note
All four ABIs come from the pinned release now; what survives is the constraint that only an ia32-capable Linux host can build the 32-bit two.
1 parent 98a325b commit 5f02a2b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/knowledge/v8-14-migration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,9 @@ against V8 internals rather than the public API.
213213

214214
## Known follow-ups
215215

216-
- `armeabi-v7a` and `x86` still hold 10.3 libraries; they need a Linux x64
217-
builder (see above).
216+
- All four ABIs now come from the pinned release, but only buildscripts' CI can
217+
produce the 32-bit two: they need an ia32-capable Linux x64 host (see above),
218+
so a local macOS build cannot regenerate them.
218219
- **`V8_STATIC_ROOTS` is deliberately not defined by the runtime.** V8 is built
219220
with it, and it would let `Value::IsUndefined()`/`IsNull()` and friends use
220221
the inline static-root comparison instead of reading the map. It is left off

0 commit comments

Comments
 (0)