Hacker News new | ask | show | jobs
by titzer 777 days ago
All fast JavaScript VMs use some form of pointer tagging. V8 uses (compressed) tagged pointers and both JSC and Firefox used NaN-boxing.

WasmGC has a i31ref as part of its reference hierarchy, which is implemented with pointer tagging.