Ignore:
Timestamp:
May 13, 2009, 2:53:59 PM (16 years ago)
Author:
Darin Adler
Message:

JavaScriptCore:

2009-05-13 Darin Adler <Darin Adler>

Revert the parser arena change. It was a slowdown, not a speedup.
Better luck next time (I'll break it up into pieces).

WebCore:

2009-05-13 Darin Adler <Darin Adler>

Revert the parser arena change. It was a slowdown, not a speedup.
Better luck next time (I'll break it up into pieces).

WebKit/mac:

2009-05-13 Darin Adler <Darin Adler>

Revert the parser arena change. It was a slowdown, not a speedup.
Better luck next time (I'll break it up into pieces).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h

    r43642 r43661  
    320320        void emitThrow(RegisterID* exc) { emitUnaryNoDstOp(op_throw, exc); }
    321321        RegisterID* emitNewError(RegisterID* dst, ErrorType type, JSValue message);
    322         void emitPushNewScope(RegisterID* dst, const Identifier& property, RegisterID* value);
     322        void emitPushNewScope(RegisterID* dst, Identifier& property, RegisterID* value);
    323323
    324324        RegisterID* emitPushScope(RegisterID* scope);
Note: See TracChangeset for help on using the changeset viewer.