ASSIGNED 165862
WebAssembly: improve function parser control stack handling
https://bugs.webkit.org/show_bug.cgi?id=165862
Summary WebAssembly: improve function parser control stack handling
JF Bastien
Reported 2016-12-14 12:55:35 PST
As a follow-up to bug #163919, add a macro WASM_TRY_APPEND_TO_CONTROL_STACK which handles growth cases for this type of code: m_controlStack.append({ WTFMove(m_expressionStack), control }); Note: as part of bug #165833 we may add a size limit for control stack depth.
Attachments
Note You need to log in before you can comment on or make changes to this bug.