OLD | NEW |
| 1 2013-09-16: Version 3.21.16 |
| 2 |
| 3 Every place where AllocationMemento is initialized with an |
| 4 AllocationSite is now checked to be sure a valid Site goes in. This is |
| 5 temporary code to diagnose chromium bug 284577. |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2013-09-13: Version 3.21.15 | 10 2013-09-13: Version 3.21.15 |
2 | 11 |
3 Non-JSObject heap objects are now handled using slow-path IC stub | 12 Non-JSObject heap objects are now handled using slow-path IC stub |
4 guarded by the map. | 13 guarded by the map. |
5 (Chromium issue 280632) | 14 (Chromium issue 280632) |
6 | 15 |
7 i18n Javascript code added to the snapshot. | 16 i18n Javascript code added to the snapshot. |
8 (V8 issue 2745) | 17 (V8 issue 2745) |
9 | 18 |
10 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
(...skipping 5911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5922 setting break points in them. | 5931 setting break points in them. |
5923 | 5932 |
5924 | 5933 |
5925 2008-07-03: Version 0.1.0 | 5934 2008-07-03: Version 0.1.0 |
5926 | 5935 |
5927 Initial export. | 5936 Initial export. |
5928 | 5937 |
5929 # Local Variables: | 5938 # Local Variables: |
5930 # mode:text | 5939 # mode:text |
5931 # End: | 5940 # End: |
OLD | NEW |