[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 02:01:04 PST 2014


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


Landry Breuil <landry at openbsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |124941




--- Comment #1 from Landry Breuil <landry at openbsd.org>  2014-03-07 01:58:05 PST ---
After readding the #define goos that were removed in https://bugs.webkit.org/show_bug.cgi?id=124941 (people are still trying to use this hw..) the JSVALUE64 codepath is properly taken, and the failure is now different:

Source/JavaScriptCore/runtime/VM.cpp: In constructor 'JSC::VM::VM(JSC::VM::VMType, JSC::HeapType)':
Source/JavaScriptCore/runtime/VM.cpp:213:25: error: 'm_canUseAssembler' was not declared in this scope
     , m_canUseRegExpJIT(m_canUseAssembler && Options::useRegExpJIT())

Not surprising... too many assumptions are made on the fact that every arch has an asm implem.

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