Bug 98608

Summary: Contiguous array allocation should always be inlined
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 97288, 98996, 99196    
Bug Blocks: 99234    
Attachments:
Description Flags
the patch oliver: review+

Filip Pizlo
Reported 2012-10-06 17:43:55 PDT
Currently it's only inlined in the baseline JIT, which is unfortunate.
Attachments
the patch (38.45 KB, patch)
2012-10-12 14:43 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2012-10-12 14:43:59 PDT
Created attachment 168488 [details] the patch
Filip Pizlo
Comment 2 2012-10-12 20:56:32 PDT
Csaba Osztrogonác
Comment 3 2012-10-12 22:36:56 PDT
(In reply to comment #2) > Landed in http://trac.webkit.org/changeset/131249 It broke the 32 bit builds: /ramdisk/qt-linux-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp: In member function 'void JSC::DFG::SpeculativeJIT::compile(JSC::DFG::Node&)': /ramdisk/qt-linux-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:3628: error: no matching function for call to 'JSC::DFG::SpeculativeJIT::emitAllocateBasicJSObject(JSC::AbstractMacroAssembler<JSC::X86Assembler>::TrustedImmPtr, JSC::DFG::GPRReg&, JSC::DFG::GPRReg&, JSC::DFG::GPRReg&, JSC::AbstractMacroAssembler<JSC::X86Assembler>::JumpList&)'[0m
Csaba Osztrogonác
Comment 4 2012-10-12 22:46:45 PDT
Note You need to log in before you can comment on or make changes to this bug.