Bug 22671 - Port the JIT to use the MacroAssembler, stage 1 of N.
Summary: Port the JIT to use the MacroAssembler, stage 1 of N.
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-04 21:44 PST by Gavin Barraclough
Modified: 2008-12-04 22:59 PST (History)
0 users

See Also:


Attachments
The patch (42.59 KB, patch)
2008-12-04 22:08 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-04 21:44:21 PST
Note to self: come back later, edit the bug, update the value of N – look like you totally guessed ahead oh time how many patches this would take.
Comment 1 Gavin Barraclough 2008-12-04 22:08:04 PST
Created attachment 25761 [details]
The patch
Comment 2 Geoffrey Garen 2008-12-04 22:18:36 PST
Comment on attachment 25761 [details]
The patch

r=me

Personally, I don't think we gain anything by changing things like "mov" and "jo" in the assembler to "move" and "jover" in the macro assembler. I think "jzSub32" and "joAdd32" are probably better names than "jzeroSub32" and "joverAdd32."
Comment 3 Gavin Barraclough 2008-12-04 22:59:24 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/JITArithmetic.cpp
Sending        JavaScriptCore/jit/JITInlineMethods.h
Sending        JavaScriptCore/jit/JITPropertyAccess.cpp
Transmitting file data ........
Committed revision 39020.