Bug 91332 - DFG PutByVal opcodes should accept more than 3 operands
Summary: DFG PutByVal opcodes should accept more than 3 operands
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: 2012-07-14 21:34 PDT by Filip Pizlo
Modified: 2012-07-14 22:24 PDT (History)
0 users

See Also:


Attachments
the patch (53.90 KB, patch)
2012-07-14 21:37 PDT, Filip Pizlo
oliver: 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 2012-07-14 21:34:18 PDT
So that we can cache storage loads and such.  PutByVal should be able to have 4 operands in some cases.
Comment 1 Filip Pizlo 2012-07-14 21:37:53 PDT
Created attachment 152446 [details]
the patch
Comment 2 Filip Pizlo 2012-07-14 22:24:19 PDT
Landed in http://trac.webkit.org/changeset/122678