[webkit-reviews] review requested: [Bug 33311] Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled : [Attachment 46030] Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 01:23:10 PST 2010


Gabor Loki <loki at webkit.org> has asked	for review:
Bug 33311: Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled
https://bugs.webkit.org/show_bug.cgi?id=33311

Attachment 46030: Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are
disabled
https://bugs.webkit.org/attachment.cgi?id=46030&action=review

------- Additional Comments from Gabor Loki <loki at webkit.org>
When all optimizations are disabled for JSValue32 we have the following error:
In function `JSC::JIT::emit_op_get_by_pname(JSC::Instruction*)':
undefined reference to `JSC::JIT::compileGetDirectOffset(RegisterID,
RegisterID, RegisterID, RegisterID, RegisterID)'

The fix moves compileGetDirectOffset function to the common part of Value32.


More information about the webkit-reviews mailing list