OLD | NEW |
| 1 2013-12-13: Version 3.24.1 |
| 2 |
| 3 Fix polymorphic inlined calls with migrating prototypes. |
| 4 |
| 5 Fixed global object leak caused by overwriting the global receiver (the |
| 6 global proxy) in the global object with the global object itself |
| 7 (Chromium issue 324812). |
| 8 |
| 9 Initialize Date parse cache with SMI instead of double to workaround |
| 10 sharing mutable heap numbers in snapshot (Chromium issue 280531). |
| 11 |
| 12 Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue |
| 13 234135). |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2013-12-09: Version 3.24.0 | 18 2013-12-09: Version 3.24.0 |
2 | 19 |
3 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
4 | 21 |
5 | 22 |
6 2013-12-04: Version 3.23.18 | 23 2013-12-04: Version 3.23.18 |
7 | 24 |
8 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
9 | 26 |
10 | 27 |
(...skipping 6354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6365 setting break points in them. | 6382 setting break points in them. |
6366 | 6383 |
6367 | 6384 |
6368 2008-07-03: Version 0.1.0 | 6385 2008-07-03: Version 0.1.0 |
6369 | 6386 |
6370 Initial export. | 6387 Initial export. |
6371 | 6388 |
6372 # Local Variables: | 6389 # Local Variables: |
6373 # mode:text | 6390 # mode:text |
6374 # End: | 6391 # End: |
OLD | NEW |