OLD | NEW |
| 1 2012-11-12: Version 3.15.2 |
| 2 |
| 3 Function::GetScriptOrigin supplies sourceURL when script name is |
| 4 not available. (Chromium issue 159413) |
| 5 |
| 6 Made formatting error message side-effect-free. (issue 2398) |
| 7 |
| 8 Fixed length check in JSON.stringify. (Chromium issue 160010) |
| 9 |
| 10 ES6: Added support for Set and Map clear method (issue 2400) |
| 11 |
| 12 Fixed slack tracking when instance prototype changes. |
| 13 (Chromium issue 157019) |
| 14 |
| 15 Fixed disabling of code flusher while marking. (Chromium issue 159140) |
| 16 |
| 17 Added a test case for object grouping in a scavenger GC (issue 2077) |
| 18 |
| 19 Support shared library build of Android for v8. |
| 20 (Chromium issue 158821) |
| 21 |
| 22 ES6: Added support for size to Set and Map (issue 2395) |
| 23 |
| 24 Performance and stability improvements on all platforms. |
| 25 |
| 26 |
1 2012-11-06: Version 3.15.1 | 27 2012-11-06: Version 3.15.1 |
2 | 28 |
3 Put incremental code flushing behind a flag. (Chromium issue 159140) | 29 Put incremental code flushing behind a flag. (Chromium issue 159140) |
4 | 30 |
5 Performance and stability improvements on all platforms. | 31 Performance and stability improvements on all platforms. |
6 | 32 |
7 | 33 |
8 2012-10-31: Version 3.15.0 | 34 2012-10-31: Version 3.15.0 |
9 | 35 |
10 Loosened aligned code target requirement on ARM (issue 2380) | 36 Loosened aligned code target requirement on ARM (issue 2380) |
(...skipping 4721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4732 setting break points in them. | 4758 setting break points in them. |
4733 | 4759 |
4734 | 4760 |
4735 2008-07-03: Version 0.1.0 | 4761 2008-07-03: Version 0.1.0 |
4736 | 4762 |
4737 Initial export. | 4763 Initial export. |
4738 | 4764 |
4739 # Local Variables: | 4765 # Local Variables: |
4740 # mode:text | 4766 # mode:text |
4741 # End: | 4767 # End: |
OLD | NEW |