[Webkit-unassigned] [Bug 129839] Build failure on OpenBSD/sparc64 within JSCJSValueInlines.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 10:18:22 PST 2014


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





--- Comment #3 from Landry Breuil <landry at openbsd.org>  2014-03-07 10:15:23 PST ---
Another possibility seem to disable yarr jit enabling if llintcloop is enabled, the build seems to go much further within the js engine:

-#if !defined(ENABLE_YARR_JIT) && (ENABLE(JIT) || ENABLE(LLINT_C_LOOP))
+#if !defined(ENABLE_YARR_JIT) && ENABLE(JIT)
#define ENABLE_YARR_JIT 1

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