Bug 124754 - CodeBlock::m_numCalleeRegisters need to honor native stack alignment
Summary: CodeBlock::m_numCalleeRegisters need to honor native stack alignment
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 116888
  Show dependency treegraph
 
Reported: 2013-11-21 17:51 PST by Mark Lam
Modified: 2013-11-21 19:10 PST (History)
5 users (show)

See Also:


Attachments
the patch. (2.75 KB, patch)
2013-11-21 18:49 PST, Mark Lam
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-11-21 17:51:58 PST
Patch coming.
Comment 1 Mark Lam 2013-11-21 18:49:20 PST
Created attachment 217640 [details]
the patch.
Comment 2 Mark Lam 2013-11-21 19:10:26 PST
Thanks for the review.  Landed in r159670: <http://trac.webkit.org/r159670>.