OLD | NEW |
| 1 2013-09-11: Version 3.21.13 |
| 2 |
| 3 Added a ResourceConstraint for the embedder to specify that V8 is |
| 4 running on a memory constrained device. |
| 5 (Chromium issue 280984) |
| 6 |
| 7 Removed HandleScope default ctor. |
| 8 (Chromium issue 236173) |
| 9 |
| 10 Enabled escape analysis for Hydrogen. |
| 11 |
| 12 Correctly stringified mixed encoding indirect strings. |
| 13 (Chromium issue 287476) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2013-09-09: Version 3.21.12 | 18 2013-09-09: Version 3.21.12 |
2 | 19 |
3 Fixed bitwise negation on x64. | 20 Fixed bitwise negation on x64. |
4 (Chromium issue 285355) | 21 (Chromium issue 285355) |
5 | 22 |
6 Dropped GetCurrentThreadId() and TerminateExecution(int) from | 23 Dropped GetCurrentThreadId() and TerminateExecution(int) from |
7 the external API. | 24 the external API. |
8 | 25 |
9 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. | 26 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. |
10 (Chromium issue 284998) | 27 (Chromium issue 284998) |
(...skipping 5873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5884 setting break points in them. | 5901 setting break points in them. |
5885 | 5902 |
5886 | 5903 |
5887 2008-07-03: Version 0.1.0 | 5904 2008-07-03: Version 0.1.0 |
5888 | 5905 |
5889 Initial export. | 5906 Initial export. |
5890 | 5907 |
5891 # Local Variables: | 5908 # Local Variables: |
5892 # mode:text | 5909 # mode:text |
5893 # End: | 5910 # End: |
OLD | NEW |