OLD | NEW |
| 1 2013-12-17: Version 3.24.2 |
| 2 |
| 3 Flush instruction cache for deserialized code objects. |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2013-12-13: Version 3.24.1 | 8 2013-12-13: Version 3.24.1 |
2 | 9 |
3 Fix polymorphic inlined calls with migrating prototypes. | 10 Fix polymorphic inlined calls with migrating prototypes. |
4 | 11 |
5 Fixed global object leak caused by overwriting the global receiver (the | 12 Fixed global object leak caused by overwriting the global receiver (the |
6 global proxy) in the global object with the global object itself | 13 global proxy) in the global object with the global object itself |
7 (Chromium issue 324812). | 14 (Chromium issue 324812). |
8 | 15 |
9 Initialize Date parse cache with SMI instead of double to workaround | 16 Initialize Date parse cache with SMI instead of double to workaround |
10 sharing mutable heap numbers in snapshot (Chromium issue 280531). | 17 sharing mutable heap numbers in snapshot (Chromium issue 280531). |
(...skipping 6371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6382 setting break points in them. | 6389 setting break points in them. |
6383 | 6390 |
6384 | 6391 |
6385 2008-07-03: Version 0.1.0 | 6392 2008-07-03: Version 0.1.0 |
6386 | 6393 |
6387 Initial export. | 6394 Initial export. |
6388 | 6395 |
6389 # Local Variables: | 6396 # Local Variables: |
6390 # mode:text | 6397 # mode:text |
6391 # End: | 6398 # End: |
OLD | NEW |