OLD | NEW |
| 1 2013-12-30: Version 3.24.8 |
| 2 |
| 3 ARM: fix loading of global object in LWrapReceiver (Chromium issue |
| 4 318420). |
| 5 |
| 6 Fix a race between concurrent recompilation and OSR (Chromium issue |
| 7 330046). |
| 8 |
| 9 Turn off concurrent sweeping (issue 3071). |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-12-23: Version 3.24.7 | 14 2013-12-23: Version 3.24.7 |
2 | 15 |
3 Fix small spec violation in String.prototype.split (issue 3026). | 16 Fix small spec violation in String.prototype.split (issue 3026). |
4 | 17 |
5 Correctly resolve forcibly context allocated parameters in debug- | 18 Correctly resolve forcibly context allocated parameters in debug- |
6 evaluate (Chromium issue 325676). | 19 evaluate (Chromium issue 325676). |
7 | 20 |
8 Introduce Function::GetBoundFunction. | 21 Introduce Function::GetBoundFunction. |
9 | 22 |
10 Performance and stability improvements on all platforms. | 23 Performance and stability improvements on all platforms. |
(...skipping 6412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6423 setting break points in them. | 6436 setting break points in them. |
6424 | 6437 |
6425 | 6438 |
6426 2008-07-03: Version 0.1.0 | 6439 2008-07-03: Version 0.1.0 |
6427 | 6440 |
6428 Initial export. | 6441 Initial export. |
6429 | 6442 |
6430 # Local Variables: | 6443 # Local Variables: |
6431 # mode:text | 6444 # mode:text |
6432 # End: | 6445 # End: |
OLD | NEW |