Changeset 161938 in webkit


Ignore:
Timestamp:
Jan 13, 2014 6:43:01 PM (10 years ago)
Author:
mark.lam@apple.com
Message:

Updated ChangeLog review status for patches which have been reviewed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jsCStack/Source/JavaScriptCore/ChangeLog

    r161934 r161938  
    150150        https://bugs.webkit.org/show_bug.cgi?id=126797
    151151
    152         Not yet reviewed.
     152        Reviewed by Michael Saboff.
    153153       
    154154        This bug was a hilarious combination of concurrent JIT (making it a flake),
     
    258258        https://bugs.webkit.org/show_bug.cgi?id=126822
    259259
    260         Not yet reviewed.
     260        Reviewed by Sam Weinig.
    261261       
    262262        CountExecution nodes are inserted by the profiler. Prior to this change, their
     
    684684        https://bugs.webkit.org/show_bug.cgi?id=126679
    685685
    686         Not yet reviewed.
     686        Reviewed by Oliver Hunt.
    687687       
    688688        Fix some bugs that got in the way of saying JSC_numberOfCompilerThreads=7 or some
     
    701701        https://bugs.webkit.org/show_bug.cgi?id=126545
    702702
    703         Not yet reviewed.
     703        Reviewed by Oliver Hunt.
    704704       
    705705        Introduces the notion of an ExitValue that is computed by doing some math on two
     
    816816        https://bugs.webkit.org/show_bug.cgi?id=126617
    817817
    818         Not yet reviewed.
     818        Rreviewed by Oliver Hunt.
    819819
    820820        * jit/Repatch.cpp:
     
    836836        https://bugs.webkit.org/show_bug.cgi?id=126593
    837837
    838         Not yet reviewed.
     838        Reviewed by Oliver Hunt.
    839839
    840840        * assembler/LinkBuffer.cpp:
     
    16781678        https://bugs.webkit.org/show_bug.cgi?id=126191.
    16791679
    1680         Not yet reviewed.
    16811680        Update: This is supplanted by https://bugs.webkit.org/show_bug.cgi?id=126790.
    16821681
     
    18981897        https://bugs.webkit.org/show_bug.cgi?id=126116
    18991898
    1900         Not yet reviewed.
     1899        Reviewed by Sam Weinig.
    19011900       
    19021901        This involved a number of minor fixes:
     
    28082807        https://bugs.webkit.org/show_bug.cgi?id=125828
    28092808
    2810         Not yet reviewed.
     2809        Reviewed by Geoffrey Garen.
    28112810
    28122811        Added helpers to access the callee frame using the stack pointer taking into account that
     
    29512950        https://bugs.webkit.org/show_bug.cgi?id=125747
    29522951
    2953         Not yet reviewed.
     2952        Reviewed bu Sam Weinig.
    29542953       
    29552954        Fix more codegen badness. This makes V8v7's crypto am3() function run faster in the FTL
     
    29802979        https://bugs.webkit.org/show_bug.cgi?id=125649
    29812980
    2982         Not yet reviewed.
     2981        Reviewed by Geoffrey Garen.
    29832982
    29842983        * assembler/AbstractMacroAssembler.h:
     
    32133212        https://bugs.webkit.org/show_bug.cgi?id=125666
    32143213
    3215         Not yet reviewed.
     3214        Reviewed by Geoffrey Garen.
    32163215
    32173216        Eliminated "extraStack" arguments and related stack pointer manipulation for 64 bit platforms.
     
    33323331        https://bugs.webkit.org/show_bug.cgi?id=125617
    33333332
    3334         Not yet reviewed.
     3333        Reviewed by Oliver Hunt.
    33353334
    33363335        Set the stack pointer off of the callFrameRegister just like at the top of the function.
     
    33563355        https://bugs.webkit.org/show_bug.cgi?id=125599
    33573356
    3358         Not yet reviewed.
     3357        Reviewed by Filip Pizlo.
    33593358
    33603359        Added code to set up the stack pointer on entry and for call for the DFG.  Changed the
     
    34133412        https://bugs.webkit.org/show_bug.cgi?id=125485
    34143413
    3415         Not yet reviewed.
     3414        Reviewed by Geoffrey Garen.
    34163415
    34173416        Changed ctiNativeCallFallback to ctiNativeTailCall and nativeCallFallbackGenerator
     
    35193518        https://bugs.webkit.org/show_bug.cgi?id=125381
    35203519
    3521         Not yet reviewed.
     3520        Reviewed by Geoffrey Garen.
    35223521
    35233522        Changed the entry / exit sequences to use emitFunctionPrologue() and
Note: See TracChangeset for help on using the changeset viewer.