OLD | NEW |
| 1 2013-09-13: Version 3.21.15 |
| 2 |
| 3 Non-JSObject heap objects are now handled using slow-path IC stub |
| 4 guarded by the map. |
| 5 (Chromium issue 280632) |
| 6 |
| 7 i18n Javascript code added to the snapshot. |
| 8 (V8 issue 2745) |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
1 2013-09-12: Version 3.21.14 | 12 2013-09-12: Version 3.21.14 |
2 | 13 |
3 Added access check for observed objects. | 14 Added access check for observed objects. |
4 (V8 issue 2778) | 15 (V8 issue 2778) |
5 | 16 |
6 Cleaned up v8::ArrayBuffer::Allocator interface. | 17 Cleaned up v8::ArrayBuffer::Allocator interface. |
7 (V8 issue 2823) | 18 (V8 issue 2823) |
8 | 19 |
9 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
10 | 21 |
(...skipping 5900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5911 setting break points in them. | 5922 setting break points in them. |
5912 | 5923 |
5913 | 5924 |
5914 2008-07-03: Version 0.1.0 | 5925 2008-07-03: Version 0.1.0 |
5915 | 5926 |
5916 Initial export. | 5927 Initial export. |
5917 | 5928 |
5918 # Local Variables: | 5929 # Local Variables: |
5919 # mode:text | 5930 # mode:text |
5920 # End: | 5931 # End: |
OLD | NEW |