Bug 20874

Summary: op_resolve does not do any form of caching
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch-o-rama zwarich: review+

Description Oliver Hunt 2008-09-15 21:26:56 PDT
op_resolve is slower than necessary as it does no property access caching
Comment 1 Oliver Hunt 2008-09-15 22:01:29 PDT
Created attachment 23460 [details]
Patch-o-rama
Comment 2 Cameron Zwarich (cpst) 2008-09-15 22:30:30 PDT
Comment on attachment 23460 [details]
Patch-o-rama

r=me with the changes discussed on IRC
Comment 3 Oliver Hunt 2008-09-15 22:54:13 PDT
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/VM/CTI.cpp
	M	JavaScriptCore/VM/CTI.h
	M	JavaScriptCore/VM/CodeBlock.cpp
	M	JavaScriptCore/VM/CodeGenerator.cpp
	M	JavaScriptCore/VM/Machine.cpp
	M	JavaScriptCore/VM/Machine.h
	M	JavaScriptCore/VM/Opcode.h
Committed r36480