Description[simulator] Check for C stack overflows during Invoke
Simulators use separate stacks for C++ and JS. JS stack overflow checks
are performed whenever a JS function is called. However, it can be the
case that the C++ stack grows faster than the JS stack, resulting in an
overflow there. Add a check here to make that less likely.
BUG=chromium:604376
R=bmeurer@chromium.org, yangguo@chromium.org
Committed: https://crrev.com/0b3e6843331fd216cc7b564137b67e9876fab90f
Cr-Commit-Position: refs/heads/master@{#37749}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|