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 |
1 2013-09-11: Version 3.21.13 | 11 2013-09-11: Version 3.21.13 |
2 | 12 |
3 Added a ResourceConstraint for the embedder to specify that V8 is | 13 Added a ResourceConstraint for the embedder to specify that V8 is |
4 running on a memory constrained device. | 14 running on a memory constrained device. |
5 (Chromium issue 280984) | 15 (Chromium issue 280984) |
6 | 16 |
7 Removed HandleScope default ctor. | 17 Removed HandleScope default ctor. |
8 (Chromium issue 236173) | 18 (Chromium issue 236173) |
9 | 19 |
10 Enabled escape analysis for Hydrogen. | 20 Enabled escape analysis for Hydrogen. |
(...skipping 5890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5901 setting break points in them. | 5911 setting break points in them. |
5902 | 5912 |
5903 | 5913 |
5904 2008-07-03: Version 0.1.0 | 5914 2008-07-03: Version 0.1.0 |
5905 | 5915 |
5906 Initial export. | 5916 Initial export. |
5907 | 5917 |
5908 # Local Variables: | 5918 # Local Variables: |
5909 # mode:text | 5919 # mode:text |
5910 # End: | 5920 # End: |
OLD | NEW |