OLD | NEW |
| 1 2013-10-15: Version 3.22.12 |
| 2 |
| 3 Added histograms to track fraction of heap spaces and percentage of |
| 4 generated crankshaft code. |
| 5 |
| 6 Moved v8_optimized_debug default value to standalone.gypi. |
| 7 |
| 8 Track JS allocations as they arrive with no affection on performance |
| 9 when tracking is switched off (Chromium issue 277984). |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-10-14: Version 3.22.11 | 14 2013-10-14: Version 3.22.11 |
2 | 15 |
3 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
4 | 17 |
5 | 18 |
6 2013-10-11: Version 3.22.10 | 19 2013-10-11: Version 3.22.10 |
7 | 20 |
8 Fixed timezone issues with date-time/parse-* tests. | 21 Fixed timezone issues with date-time/parse-* tests. |
9 (Chromium issue 2919) | 22 (Chromium issue 2919) |
10 | 23 |
(...skipping 6049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6060 setting break points in them. | 6073 setting break points in them. |
6061 | 6074 |
6062 | 6075 |
6063 2008-07-03: Version 0.1.0 | 6076 2008-07-03: Version 0.1.0 |
6064 | 6077 |
6065 Initial export. | 6078 Initial export. |
6066 | 6079 |
6067 # Local Variables: | 6080 # Local Variables: |
6068 # mode:text | 6081 # mode:text |
6069 # End: | 6082 # End: |
OLD | NEW |