| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[wasmfx] Fix allocation during stack switch
Tagged values in the stack-allocated argument buffer are not tracked by
the GC, so there must not be any GC until the buffer is unpacked by the
target stack.
In the suspend instruction, the new continuation object was mistakenly
allocated after initializing the argument buffer which could cause a GC.
Move it up.
R=clem...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |