Changeset 59049 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 9, 2010, 1:42:22 AM (15 years ago)
Author:
[email protected]
Message:

Add back some entries accidentally deleted in r59000 and not restored as intended in r59005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r59042 r59049  
    204204
    205205        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     206
     2072010-05-07  Eric Seidel  <[email protected]>
     208
     209        Unreviewed, rolling out r58990.
     210        http://trac.webkit.org/changeset/58990
     211
     212        Broke 4 tests on Snow Leopard and Qt.
     213
     214        * jit/JITStubs.cpp:
     215        (JSC::DEFINE_STUB_FUNCTION):
     216        * runtime/JSCell.h:
     217
     2182010-05-07  Oliver Hunt  <[email protected]>
     219
     220        Reviewed by Gavin Barraclough.
     221
     222        Optimize access to the global object from a function that uses eval
     223        https://bugs.webkit.org/show_bug.cgi?id=38644
     224
     225        Fix bug where cross scope access to a global var (vs. property) would
     226        be allowed without checking for intervening dynamic scopes.
     227
     228        * bytecompiler/BytecodeGenerator.cpp:
     229        (JSC::BytecodeGenerator::emitResolve):
     230
     2312010-05-07  Oliver Hunt  <[email protected]>
     232
     233        32-bit buildfix.
     234
     235        Macro expansion I stab at thee!
     236
     237        * jit/JITOpcodes.cpp:
     238        (JSC::JIT::emit_op_resolve_global):
     239
     2402010-05-07  Geoffrey Garen  <[email protected]>
     241
     242        Reviewed by Darin Adler.
     243
     244        Optimized o[s] where o is a cell and s is a string, removing some old
     245        code that wasn't really tuned for the JIT.
     246       
     247        SunSpider says 0.8% faster.
     248
     249        * jit/JITStubs.cpp:
     250        (JSC::DEFINE_STUB_FUNCTION):
     251        * runtime/JSCell.h:
    206252
    2072532010-05-07  Oliver Hunt  <[email protected]>
Note: See TracChangeset for help on using the changeset viewer.