Bug 115222

Summary: Cleaned up pre/post inc/dec in bytecode
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

Description Geoffrey Garen 2013-04-25 22:07:41 PDT
Cleaned up pre/post inc/dec in bytecode
Comment 1 Geoffrey Garen 2013-04-25 22:50:01 PDT
Created attachment 199782 [details]
Patch
Comment 2 Filip Pizlo 2013-04-27 15:58:14 PDT
Comment on attachment 199782 [details]
Patch

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

> Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:-2226
> -            setPair(result, op, srcDst, makeSafe(addToGraph(ArithSub, op, one())));

OMG yes.  I will not miss this line of code.
Comment 3 Geoffrey Garen 2013-04-27 16:12:57 PDT
Committed r149247: <http://trac.webkit.org/changeset/149247>