OLD | NEW |
| 1 2013-10-16: Version 3.22.13 |
| 2 |
| 3 Do not look up ArrayBuffer on global object in typed array constructor. |
| 4 (issue 2931) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-10-15: Version 3.22.12 | 9 2013-10-15: Version 3.22.12 |
2 | 10 |
3 Added histograms to track fraction of heap spaces and percentage of | 11 Added histograms to track fraction of heap spaces and percentage of |
4 generated crankshaft code. | 12 generated crankshaft code. |
5 | 13 |
6 Moved v8_optimized_debug default value to standalone.gypi. | 14 Moved v8_optimized_debug default value to standalone.gypi. |
7 | 15 |
8 Track JS allocations as they arrive with no affection on performance | 16 Track JS allocations as they arrive with no affection on performance |
9 when tracking is switched off (Chromium issue 277984). | 17 when tracking is switched off (Chromium issue 277984). |
10 | 18 |
(...skipping 6062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6073 setting break points in them. | 6081 setting break points in them. |
6074 | 6082 |
6075 | 6083 |
6076 2008-07-03: Version 0.1.0 | 6084 2008-07-03: Version 0.1.0 |
6077 | 6085 |
6078 Initial export. | 6086 Initial export. |
6079 | 6087 |
6080 # Local Variables: | 6088 # Local Variables: |
6081 # mode:text | 6089 # mode:text |
6082 # End: | 6090 # End: |
OLD | NEW |