RESOLVED FIXED33311
Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled
https://bugs.webkit.org/show_bug.cgi?id=33311
Summary Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled
Gabor Loki
Reported 2010-01-07 01:23:10 PST
Created attachment 46030 [details] Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled 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.
Attachments
Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled (3.31 KB, patch)
2010-01-07 01:23 PST, Gabor Loki
barraclough: review+
WebKit Review Bot
Comment 1 2010-01-07 01:23:43 PST
style-queue ran check-webkit-style on attachment 46030 [details] without any errors.
Gabor Loki
Comment 2 2010-01-07 23:43:00 PST
Committed revision 52975.
Note You need to log in before you can comment on or make changes to this bug.