OLD | NEW |
| 1 2013-06-05: Version 3.19.9 |
| 2 |
| 3 Implemented Load IC support for loading properties from primitive |
| 4 values to avoid perpetual soft deopts. (Chromium issue 242512) |
| 5 |
| 6 Implemented Freeing of PerThreadAssertData when possible to avoid |
| 7 memory leak. (Chromium issue 246567) |
| 8 |
| 9 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS. |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-06-03: Version 3.19.8 | 14 2013-06-03: Version 3.19.8 |
2 | 15 |
3 Fixed bug with inlining 'Array' function. (Chromium issue 244461) | 16 Fixed bug with inlining 'Array' function. (Chromium issue 244461) |
4 | 17 |
5 Fixed initialization of literal objects. (Chromium issue 245424) | 18 Fixed initialization of literal objects. (Chromium issue 245424) |
6 | 19 |
7 Fixed function name inferred inside closures. (Chromium issue 224884) | 20 Fixed function name inferred inside closures. (Chromium issue 224884) |
8 | 21 |
9 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
10 | 23 |
(...skipping 5437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5448 setting break points in them. | 5461 setting break points in them. |
5449 | 5462 |
5450 | 5463 |
5451 2008-07-03: Version 0.1.0 | 5464 2008-07-03: Version 0.1.0 |
5452 | 5465 |
5453 Initial export. | 5466 Initial export. |
5454 | 5467 |
5455 # Local Variables: | 5468 # Local Variables: |
5456 # mode:text | 5469 # mode:text |
5457 # End: | 5470 # End: |
OLD | NEW |