Bug 126421 - CStack Branch: Make emitPutToCallFrameHeaderBeforePrologue and friends work for all platforms
Summary: CStack Branch: Make emitPutToCallFrameHeaderBeforePrologue and friends work f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-03 00:16 PST by Michael Saboff
Modified: 2014-01-03 16:54 PST (History)
0 users

See Also:


Attachments
Patch (6.42 KB, patch)
2014-01-03 00:21 PST, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-01-03 00:16:53 PST
Currently AssemblyHelpers::emitPutToCallFrameHeaderBeforePrologue() only works for X86.  We need to make it work for all platforms.
Comment 1 Michael Saboff 2014-01-03 00:21:14 PST
Created attachment 220286 [details]
Patch
Comment 2 Michael Saboff 2014-01-03 16:54:29 PST
Committed r161298: <http://trac.webkit.org/changeset/161298>