Bug 152879 - restoreCalleeSavesFromVMCalleeSavesBuffer should use the scratch register
Summary: restoreCalleeSavesFromVMCalleeSavesBuffer should use the scratch register
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-07 18:00 PST by Saam Barati
Modified: 2016-01-08 10:50 PST (History)
4 users (show)

See Also:


Attachments
patch (5.18 KB, patch)
2016-01-07 18:04 PST, Saam Barati
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-01-07 18:00:32 PST
...
Comment 1 Saam Barati 2016-01-07 18:04:56 PST
Created attachment 268519 [details]
patch
Comment 2 Mark Lam 2016-01-07 18:09:42 PST
Comment on attachment 268519 [details]
patch

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

> Source/JavaScriptCore/jit/AssemblyHelpers.cpp:539
> +#else
> +    UNUSED_PARAM(usedRegisters);

Please remove.
Comment 3 Saam Barati 2016-01-08 10:50:10 PST
landed in:
http://trac.webkit.org/changeset/194772