Ignore:
Timestamp:
Oct 10, 2014, 1:30:32 PM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r174606.
https://bugs.webkit.org/show_bug.cgi?id=137621

broke a JSC test (Requested by estes on #webkit).

Reverted changeset:

"Various arguments optimisations in codegen fail to account
for arguments being in lexical record"
https://bugs.webkit.org/show_bug.cgi?id=137617
http://trac.webkit.org/changeset/174606

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r174606 r174610  
    38883888        if (codeBlock->usesArguments() && virtualReg == codeBlock->argumentsRegister())
    38893889            return;
    3890         if (codeBlock->usesArguments() && virtualReg == unmodifiedArgumentsRegister(codeBlock->argumentsRegister()))
    3891             return;
    38923890
    38933891        if (codeBlock->captureCount() && codeBlock->symbolTable()->isCaptured(operand)) {
Note: See TracChangeset for help on using the changeset viewer.