Bug 116135

Summary: Split out CPU specific parts of JITStubs.cpp
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mhahnenberg, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch msaboff: review+

Description Mark Lam 2013-05-14 21:15:54 PDT
JITStubs.cpp is getting large and unwieldy with all the #if CPU(...) variations.  We should refactor the CPU specific parts into their own files.  Patch coming soon.
Comment 1 Mark Lam 2013-05-14 22:04:32 PDT
Created attachment 201790 [details]
the patch
Comment 2 Michael Saboff 2013-05-15 07:53:27 PDT
Comment on attachment 201790 [details]
the patch

r=me
Comment 3 Mark Lam 2013-05-15 08:06:25 PDT
Thanks for the review.  Landed in r150109: <http://trac.webkit.org/changeset/150109>.