Bug 22803 - Port more of the JIT to use the MacroAssembler interface
Summary: Port more of the JIT to use the MacroAssembler interface
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 20:08 PST by Gavin Barraclough
Modified: 2008-12-10 20:36 PST (History)
0 users

See Also:


Attachments
The patch (32.66 KB, patch)
2008-12-10 20:11 PST, Gavin Barraclough
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2008-12-10 20:08:34 PST
Everything in the main pass, bar a few corner cases (operations with required registers, or calling convention code).
Comment 1 Gavin Barraclough 2008-12-10 20:11:48 PST
Created attachment 25934 [details]
The patch
Comment 2 Geoffrey Garen 2008-12-10 20:18:33 PST
Comment on attachment 25934 [details]
The patch

r=me

> i += 3;

Please use OPCODE_LENGTH.
Comment 3 Gavin Barraclough 2008-12-10 20:36:12 PST
Sending        JavaScriptCore/ChangeLog
Sending        JavaScriptCore/interpreter/Interpreter.cpp
Sending        JavaScriptCore/jit/JIT.cpp
Sending        JavaScriptCore/jit/JIT.h
Sending        JavaScriptCore/wrec/WRECGenerator.cpp
Transmitting file data .....
Committed revision 39197.