| OLD | NEW |
| 1 2013-06-06: Version 3.19.10 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
| 1 2013-06-05: Version 3.19.9 | 6 2013-06-05: Version 3.19.9 |
| 2 | 7 |
| 3 Implemented Load IC support for loading properties from primitive | 8 Implemented Load IC support for loading properties from primitive |
| 4 values to avoid perpetual soft deopts. (Chromium issue 242512) | 9 values to avoid perpetual soft deopts. (Chromium issue 242512) |
| 5 | 10 |
| 6 Implemented Freeing of PerThreadAssertData when possible to avoid | 11 Implemented Freeing of PerThreadAssertData when possible to avoid |
| 7 memory leak. (Chromium issue 246567) | 12 memory leak. (Chromium issue 246567) |
| 8 | 13 |
| 9 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS. | 14 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS. |
| 10 | 15 |
| (...skipping 5450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5461 setting break points in them. | 5466 setting break points in them. |
| 5462 | 5467 |
| 5463 | 5468 |
| 5464 2008-07-03: Version 0.1.0 | 5469 2008-07-03: Version 0.1.0 |
| 5465 | 5470 |
| 5466 Initial export. | 5471 Initial export. |
| 5467 | 5472 |
| 5468 # Local Variables: | 5473 # Local Variables: |
| 5469 # mode:text | 5474 # mode:text |
| 5470 # End: | 5475 # End: |
| OLD | NEW |