| OLD | NEW |
| 1 2013-09-12: Version 3.21.14 |
| 2 |
| 3 Added access check for observed objects. |
| 4 (V8 issue 2778) |
| 5 |
| 6 Cleaned up v8::ArrayBuffer::Allocator interface. |
| 7 (V8 issue 2823) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 2013-09-11: Version 3.21.13 |
| 12 |
| 13 Added a ResourceConstraint for the embedder to specify that V8 is |
| 14 running on a memory constrained device. |
| 15 (Chromium issue 280984) |
| 16 |
| 17 Removed HandleScope default ctor. |
| 18 (Chromium issue 236173) |
| 19 |
| 20 Enabled escape analysis for Hydrogen. |
| 21 |
| 22 Correctly stringified mixed encoding indirect strings. |
| 23 (Chromium issue 287476) |
| 24 |
| 25 Performance and stability improvements on all platforms. |
| 26 |
| 27 |
| 1 2013-09-09: Version 3.21.12 | 28 2013-09-09: Version 3.21.12 |
| 2 | 29 |
| 3 Fixed bitwise negation on x64. | 30 Fixed bitwise negation on x64. |
| 4 (Chromium issue 285355) | 31 (Chromium issue 285355) |
| 5 | 32 |
| 6 Dropped GetCurrentThreadId() and TerminateExecution(int) from | 33 Dropped GetCurrentThreadId() and TerminateExecution(int) from |
| 7 the external API. | 34 the external API. |
| 8 | 35 |
| 9 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. | 36 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. |
| 10 (Chromium issue 284998) | 37 (Chromium issue 284998) |
| (...skipping 5873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5884 setting break points in them. | 5911 setting break points in them. |
| 5885 | 5912 |
| 5886 | 5913 |
| 5887 2008-07-03: Version 0.1.0 | 5914 2008-07-03: Version 0.1.0 |
| 5888 | 5915 |
| 5889 Initial export. | 5916 Initial export. |
| 5890 | 5917 |
| 5891 # Local Variables: | 5918 # Local Variables: |
| 5892 # mode:text | 5919 # mode:text |
| 5893 # End: | 5920 # End: |
| OLD | NEW |