Bug 22945

Summary: JIT optimized property access generation does not use MacroAssembler.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Teh patch! oliver: review+

Description Gavin Barraclough 2008-12-20 00:19:28 PST
Abstraction require for porting to x86-64.
Comment 1 Gavin Barraclough 2008-12-20 00:21:44 PST
Created attachment 26166 [details]
Teh patch!
Comment 2 Oliver Hunt 2008-12-20 00:43:40 PST
Comment on attachment 26166 [details]
Teh patch!

Rather than having RefPtr::addressOfCount make m_refCount protected, then make addressOfCount a JIT only function on Structure
Comment 3 Gavin Barraclough 2008-12-20 02:11:46 PST
Sending        JavaScriptCore/ChangeLog
Sending        JavaScriptCore/assembler/MacroAssembler.h
Sending        JavaScriptCore/assembler/X86Assembler.h
Sending        JavaScriptCore/jit/JIT.cpp
Sending        JavaScriptCore/jit/JIT.h
Sending        JavaScriptCore/jit/JITPropertyAccess.cpp
Sending        JavaScriptCore/runtime/Structure.h
Sending        JavaScriptCore/wtf/RefCounted.h
Transmitting file data ........
Committed revision 39422.