Changeset 161938 in webkit
- Timestamp:
- Jan 13, 2014, 6:43:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jsCStack/Source/JavaScriptCore/ChangeLog
r161934 r161938 150 150 https://bugs.webkit.org/show_bug.cgi?id=126797 151 151 152 Not yet reviewed.152 Reviewed by Michael Saboff. 153 153 154 154 This bug was a hilarious combination of concurrent JIT (making it a flake), … … 258 258 https://bugs.webkit.org/show_bug.cgi?id=126822 259 259 260 Not yet reviewed.260 Reviewed by Sam Weinig. 261 261 262 262 CountExecution nodes are inserted by the profiler. Prior to this change, their … … 684 684 https://bugs.webkit.org/show_bug.cgi?id=126679 685 685 686 Not yet reviewed.686 Reviewed by Oliver Hunt. 687 687 688 688 Fix some bugs that got in the way of saying JSC_numberOfCompilerThreads=7 or some … … 701 701 https://bugs.webkit.org/show_bug.cgi?id=126545 702 702 703 Not yet reviewed.703 Reviewed by Oliver Hunt. 704 704 705 705 Introduces the notion of an ExitValue that is computed by doing some math on two … … 816 816 https://bugs.webkit.org/show_bug.cgi?id=126617 817 817 818 Not yet reviewed.818 Rreviewed by Oliver Hunt. 819 819 820 820 * jit/Repatch.cpp: … … 836 836 https://bugs.webkit.org/show_bug.cgi?id=126593 837 837 838 Not yet reviewed.838 Reviewed by Oliver Hunt. 839 839 840 840 * assembler/LinkBuffer.cpp: … … 1678 1678 https://bugs.webkit.org/show_bug.cgi?id=126191. 1679 1679 1680 Not yet reviewed.1681 1680 Update: This is supplanted by https://bugs.webkit.org/show_bug.cgi?id=126790. 1682 1681 … … 1898 1897 https://bugs.webkit.org/show_bug.cgi?id=126116 1899 1898 1900 Not yet reviewed.1899 Reviewed by Sam Weinig. 1901 1900 1902 1901 This involved a number of minor fixes: … … 2808 2807 https://bugs.webkit.org/show_bug.cgi?id=125828 2809 2808 2810 Not yet reviewed.2809 Reviewed by Geoffrey Garen. 2811 2810 2812 2811 Added helpers to access the callee frame using the stack pointer taking into account that … … 2951 2950 https://bugs.webkit.org/show_bug.cgi?id=125747 2952 2951 2953 Not yet reviewed.2952 Reviewed bu Sam Weinig. 2954 2953 2955 2954 Fix more codegen badness. This makes V8v7's crypto am3() function run faster in the FTL … … 2980 2979 https://bugs.webkit.org/show_bug.cgi?id=125649 2981 2980 2982 Not yet reviewed.2981 Reviewed by Geoffrey Garen. 2983 2982 2984 2983 * assembler/AbstractMacroAssembler.h: … … 3213 3212 https://bugs.webkit.org/show_bug.cgi?id=125666 3214 3213 3215 Not yet reviewed.3214 Reviewed by Geoffrey Garen. 3216 3215 3217 3216 Eliminated "extraStack" arguments and related stack pointer manipulation for 64 bit platforms. … … 3332 3331 https://bugs.webkit.org/show_bug.cgi?id=125617 3333 3332 3334 Not yet reviewed.3333 Reviewed by Oliver Hunt. 3335 3334 3336 3335 Set the stack pointer off of the callFrameRegister just like at the top of the function. … … 3356 3355 https://bugs.webkit.org/show_bug.cgi?id=125599 3357 3356 3358 Not yet reviewed.3357 Reviewed by Filip Pizlo. 3359 3358 3360 3359 Added code to set up the stack pointer on entry and for call for the DFG. Changed the … … 3413 3412 https://bugs.webkit.org/show_bug.cgi?id=125485 3414 3413 3415 Not yet reviewed.3414 Reviewed by Geoffrey Garen. 3416 3415 3417 3416 Changed ctiNativeCallFallback to ctiNativeTailCall and nativeCallFallbackGenerator … … 3519 3518 https://bugs.webkit.org/show_bug.cgi?id=125381 3520 3519 3521 Not yet reviewed.3520 Reviewed by Geoffrey Garen. 3522 3521 3523 3522 Changed the entry / exit sequences to use emitFunctionPrologue() and
Note:
See TracChangeset
for help on using the changeset viewer.