[Webkit-unassigned] [Bug 80055] JIT heuristics should be hyperbolic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 12:08:02 PST 2012


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





--- Comment #12 from Filip Pizlo <fpizlo at apple.com>  2012-03-05 12:08:02 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > Landed in http://trac.webkit.org/changeset/109705
> 
> Patch broke WinCE bot, which is the only one with JIT turned off.
> 
> 1>ExecutionCounter.cpp
> 1>..\..\..\..\Source\JavaScriptCore\bytecode\ExecutionCounter.cpp(68) : error C2653: 'ExecutableAllocator' : is not a class or namespace name
> 1>..\..\..\..\Source\JavaScriptCore\bytecode\ExecutionCounter.cpp(68) : error C3861: 'memoryPressureMultiplier': identifier not found
> 
> Can fix it, or at least tell me what's the correct way to fix it?
> 
> 
> If there is any interrest in maintaing the !ENABLE(JIT) build, it would be nice to watch the WinCE bot too. :-)

Oh noes!  Sorry about that!  The right fix is to place #if ENABLE(JIT) around ExecutionCounter.h and ExecutionCounter.cpp.  Hopefully that will be sufficient.

If you don't get around to it in the next half hour, I'll do it when I get to the office.

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