Bug 151182

Summary: [JSC] Air: we have more register than what the allocator believed
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch msaboff: review+

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>