[Webkit-unassigned] [Bug 129429] [Win32][LLINT] Crash when running JSC stress tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 3 13:50:10 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129429





--- Comment #24 from Geoffrey Garen <ggaren at apple.com>  2014-03-03 13:47:12 PST ---
Ah, I didn't realize at first that this patch was emitting moveStackPointerAndGuardPage at the head of every function. Let's not do that: it's slow and brittle.

Instead, I think we should pre-commit stack space on Windows. The right place to do that is probably inside VM::updateStackLimit.

Pre-committing will be faster, but it will also remove lots of tricky Windows-specific code, which is a worthy goal to pursue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list