Bug 131129 - Refactor the function call generator to take the arguments by value
Summary: Refactor the function call generator to take the arguments by value
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 14:16 PDT by Benjamin Poulain
Modified: 2014-04-02 14:28 PDT (History)
0 users

See Also:


Attachments
Patch (7.36 KB, patch)
2014-04-02 14:18 PDT, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-04-02 14:16:31 PDT
Refactor the function call generator to take the arguments by value
Comment 1 Benjamin Poulain 2014-04-02 14:18:26 PDT
Created attachment 228429 [details]
Patch
Comment 2 Andreas Kling 2014-04-02 14:22:51 PDT
Comment on attachment 228429 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=228429&action=review

r=me

> Source/WebCore/cssjit/RegisterAllocator.h:121
> +#error RegisterAllocator does not define the valid register for the current architecture.

the valid register... range?
Comment 3 Benjamin Poulain 2014-04-02 14:28:02 PDT
Committed r166666: <http://trac.webkit.org/changeset/166666>