Bug 152947

Summary: [mips] Implemented emitFunctionPrologue/Epilogue
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jbriance, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Konstantin Tokarev 2016-01-09 11:26:13 PST
Implemented AssemblyHelpers::emitFunctionPrologue and AssemblyHelpers::emitFunctionEpilogue for MIPS.
Comment 1 Konstantin Tokarev 2016-01-09 11:27:57 PST
Created attachment 268625 [details]
Patch
Comment 2 Julien Brianceau 2016-01-15 05:10:43 PST
LGTM
Comment 3 Konstantin Tokarev 2016-01-15 06:18:23 PST
Created attachment 269046 [details]
Patch
Comment 4 Konstantin Tokarev 2016-01-15 06:26:02 PST
New version of patch introduces ARM-style pushPair/popPair helpers to reduce number of stack pointer changes.
Comment 5 Julien Brianceau 2016-01-15 08:07:43 PST
Even better, LGTM
Comment 6 Michael Saboff 2016-01-15 10:07:33 PST
Comment on attachment 269046 [details]
Patch

r=me
Comment 7 WebKit Commit Bot 2016-01-15 10:53:53 PST
Comment on attachment 269046 [details]
Patch

Clearing flags on attachment: 269046

Committed r195134: <http://trac.webkit.org/changeset/195134>
Comment 8 WebKit Commit Bot 2016-01-15 10:53:56 PST
All reviewed patches have been landed.  Closing bug.