Bug 22449

Summary: Implement repatching for get by id chain.
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
The patch zwarich: review+

Gavin Barraclough
Reported 2008-11-24 01:38:21 PST
Will be a 3% progression on deltablue.
Attachments
The patch (5.80 KB, patch)
2008-11-24 01:38 PST, Gavin Barraclough
zwarich: review+
Gavin Barraclough
Comment 1 2008-11-24 01:38:44 PST
Created attachment 25417 [details] The patch
Cameron Zwarich (cpst)
Comment 2 2008-11-24 01:50:46 PST
Comment on attachment 25417 [details] The patch Add a reference to the bug number in the ChangeLog. I also think that an explanation of the code changes in the ChangeLog would be nice as well. > for (unsigned i = 0; i<count; ++i) { There should be spaces on either side of '<'. I prefer currentStructure to currStructure, but we use currStructure elsewhere, so you might as well stick with it for this patch. r=me
Cameron Zwarich (cpst)
Comment 3 2008-11-24 01:50:46 PST
Comment on attachment 25417 [details] The patch Add a reference to the bug number in the ChangeLog. I also think that an explanation of the code changes in the ChangeLog would be nice as well. > for (unsigned i = 0; i<count; ++i) { There should be spaces on either side of '<'. I prefer currentStructure to currStructure, but we use currStructure elsewhere, so you might as well stick with it for this patch. r=me
Gavin Barraclough
Comment 4 2008-11-24 02:29:08 PST
Sending JavaScriptCore/ChangeLog Sending JavaScriptCore/jit/JIT.cpp Transmitting file data .. Committed revision 38700.
Note You need to log in before you can comment on or make changes to this bug.