Bug 151182 - [JSC] Air: we have more register than what the allocator believed
Summary: [JSC] Air: we have more register than what the allocator believed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 21:56 PST by Benjamin Poulain
Modified: 2015-11-11 23:37 PST (History)
0 users

See Also:


Attachments
Patch (9.59 KB, patch)
2015-11-11 22:03 PST, Benjamin Poulain
msaboff: 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 2015-11-11 21:56:36 PST
[JSC] Air: we have more register than what the allocator believed
Comment 1 Benjamin Poulain 2015-11-11 22:03:45 PST
Created attachment 265365 [details]
Patch
Comment 2 Michael Saboff 2015-11-11 22:31:10 PST
Comment on attachment 265365 [details]
Patch

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

r=me

> Source/JavaScriptCore/ChangeLog:11
> +        They don't report stuff reserved by the MacroAssembler and reserve some values.

Should this be "reserve some registers."?
Comment 3 Benjamin Poulain 2015-11-11 23:37:57 PST
Committed r192355: <http://trac.webkit.org/changeset/192355>