Bug 109726 - ForwardInt32ToDouble is not in DFG::MinifiedNode's list of relevant node types
Summary: ForwardInt32ToDouble is not in DFG::MinifiedNode's list of relevant node types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 11:55 PST by Filip Pizlo
Modified: 2013-02-13 14:38 PST (History)
7 users (show)

See Also:


Attachments
fix (1.56 KB, patch)
2013-02-13 14:29 PST, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-02-13 11:55:58 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2013-02-13 13:16:03 PST
This is asymptomatic because ForwardInt32ToDouble is only used in SetLocals, in which case the value is already stored to the stack.  Still, we should fix this.
Comment 2 Filip Pizlo 2013-02-13 13:16:56 PST
Reviewed by Gavin in person.
Comment 3 Filip Pizlo 2013-02-13 13:17:30 PST
Landed in http://trac.webkit.org/changeset/142780
Comment 4 Filip Pizlo 2013-02-13 14:22:35 PST
This is causing run-javascriptcore-tests failures.  Fix on the way.
Comment 5 Filip Pizlo 2013-02-13 14:29:02 PST
Created attachment 188183 [details]
fix
Comment 6 Mark Hahnenberg 2013-02-13 14:35:29 PST
Comment on attachment 188183 [details]
fix

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

r=me with ChangeLog fix.

> Source/JavaScriptCore/ChangeLog:23
> +2013-02-13  Filip Pizlo  <fpizlo@apple.com>
> +
> +        Need a short description (OOPS!).
> +        Need the bug URL (OOPS!).
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        * dfg/DFGMinifiedNode.h:
> +        (JSC::DFG::MinifiedNode::hasChild):

???
Comment 7 Filip Pizlo 2013-02-13 14:36:46 PST
(In reply to comment #6)
> (From update of attachment 188183 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=188183&action=review
> 
> r=me with ChangeLog fix.
> 
> > Source/JavaScriptCore/ChangeLog:23
> > +2013-02-13  Filip Pizlo  <fpizlo@apple.com>
> > +
> > +        Need a short description (OOPS!).
> > +        Need the bug URL (OOPS!).
> > +
> > +        Reviewed by NOBODY (OOPS!).
> > +
> > +        * dfg/DFGMinifiedNode.h:
> > +        (JSC::DFG::MinifiedNode::hasChild):
> 
> ???

Removed.  I dunno what happened there.
Comment 8 Filip Pizlo 2013-02-13 14:38:01 PST
Landed in http://trac.webkit.org/changeset/142800