[Webkit-unassigned] [Bug 70246] REGRESSION(r96189): Cappuccino applications don't work anymore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 21 15:25:16 PDT 2012


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





--- Comment #20 from Filip Pizlo <fpizlo at apple.com>  2012-09-21 15:25:45 PST ---
(In reply to comment #19)
> > Awesome. I can repro.
> > 
> > It looks like it's our JIT's fault, as disabling it makes the bug go away.
> 
> Cool. Any way to temporary disable JIT without rebuilding everything?

Source/JavaScriptCore/runtime/Options.cpp

add "useJIT() = false;" somewhere below the "Deconfuse editors..." line.

Then recompile.  Shouldn't take too long since it's just one file.

Other than that, there's no easy way.

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