Bug 152188

Summary: Overrides has instance should not move ValueFalse to a register then immediately to the stack in the LLInt.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Description Keith Miller 2015-12-11 14:33:30 PST
Overrides has instnance should not move ValueFalse to a register then immediately to the stack in the LLInt.
Comment 1 Keith Miller 2015-12-11 14:34:49 PST
Created attachment 267189 [details]
Patch
Comment 2 Keith Miller 2015-12-11 14:36:24 PST
Comment on attachment 267189 [details]
Patch

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

> Source/JavaScriptCore/ChangeLog:9
> +        cloop.

LLInt code => in the LLInt
Comment 3 Mark Lam 2015-12-11 14:36:29 PST
Comment on attachment 267189 [details]
Patch

r=me
Comment 4 Keith Miller 2015-12-11 14:39:53 PST
Committed r193983: <http://trac.webkit.org/changeset/193983>