
@lcasdev ("Luca Casonato 🏳️🌈") replied to a tweet by @lcasdev:
while (true) new Uint8Array(1);
and
while (true) {
new Uint8Array(1);
await asyncHostOperation(); // this operation sleeps one event loop tick
}both repro with v8_compress_pointers=true or v8_enable_sandbox=true