Bug 20706 - Rename IA32MacroAssembler to X86Assembler
Summary: Rename IA32MacroAssembler to X86Assembler
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: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-07 16:15 PDT by Maciej Stachowiak
Modified: 2008-09-07 16:37 PDT (History)
0 users

See Also:


Attachments
patch to do it (59.99 KB, patch)
2008-09-07 16:16 PDT, Maciej Stachowiak
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2008-09-07 16:15:38 PDT
It's not a "macro assembler" in the classic sense - no support for macros. And we usually call the CPU architecture X86 otherwise, rather than IA32.
Comment 1 Maciej Stachowiak 2008-09-07 16:16:09 PDT
Created attachment 23231 [details]
patch to do it
Comment 2 mitz 2008-09-07 16:17:54 PDT
Comment on attachment 23231 [details]
patch to do it

rs=me