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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 4 12:52:04 PST 2014


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





--- Comment #31 from peavo at outlook.com  2014-03-04 12:49:06 PST ---
(In reply to comment #28)
> (In reply to comment #27)
> > > Source/JavaScriptCore/runtime/VM.cpp:778
> > > +#if PLATFORM(WIN) && ENABLE(LLINT)
> > 
> > I don't think we want to check ENABLE(LLINT) here. For example, if you disabled LLInt and enabled JIT, you would still need preCommitStackMemory. So, let's just check PLATFORM(WIN).
> 
> FYI, we already always require ENABLE(LLINT).  It's just a matter of ENABLE(JIT) or ENABLE(LLINT_C_LOOP) which is mutually exclusive.
> 
> Maybe the time has come for us to remove all references to ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) (inferred by !ENABLE(JIT)) everywhere (but not for this patch).

I see, thanks for clarifying :)

-- 
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