|
Lines 1-3
a/Source/WTF/ChangeLog_sec1
|
|
|
1 |
2016-04-07 Yusuke Suzuki <utatane.tea@gmail.com> |
| 2 |
|
| 3 |
[JSC] Enable Concurrent JIT by default |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=156341 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
We enable Concurrent JIT by default when DFG JIT and JSVALUE64 are enabled. |
| 9 |
This change offers Concurrent JIT to the JSCOnly port. |
| 10 |
|
| 11 |
* wtf/Platform.h: |
| 12 |
|
| 1 |
2016-04-06 Filip Pizlo <fpizlo@apple.com> |
13 |
2016-04-06 Filip Pizlo <fpizlo@apple.com> |
| 2 |
|
14 |
|
| 3 |
JSC should have a simple way of gathering IC statistics |
15 |
JSC should have a simple way of gathering IC statistics |