bnjbvr opened PR #1869 from resumable_trap_nz
to master
:
This is useful to have to allow resumable_trap to happen in loop
headers, for instance. This is the correct way to implement interrupt
checks in Spidermonkey, which are effectively resumable traps. Previous
implementation was using traps, which is wrong, since traps semantically
can't be resumed after.
bnjbvr requested cfallin for a review on PR #1869.
cfallin submitted PR Review.
bnjbvr updated PR #1869 from resumable_trap_nz
to master
:
This is useful to have to allow resumable_trap to happen in loop
headers, for instance. This is the correct way to implement interrupt
checks in Spidermonkey, which are effectively resumable traps. Previous
implementation was using traps, which is wrong, since traps semantically
can't be resumed after.
bnjbvr updated PR #1869 from resumable_trap_nz
to master
:
This is useful to have to allow resumable_trap to happen in loop
headers, for instance. This is the correct way to implement interrupt
checks in Spidermonkey, which are effectively resumable traps. Previous
implementation was using traps, which is wrong, since traps semantically
can't be resumed after.
fitzgen submitted PR Review.
bnjbvr updated PR #1869 from resumable_trap_nz
to master
:
This is useful to have to allow resumable_trap to happen in loop
headers, for instance. This is the correct way to implement interrupt
checks in Spidermonkey, which are effectively resumable traps. Previous
implementation was using traps, which is wrong, since traps semantically
can't be resumed after.
bnjbvr merged PR #1869.
Last updated: Nov 22 2024 at 17:03 UTC