OLD | NEW |
| 1 2014-03-10: Version 3.25.6 |
| 2 |
| 3 Replace the recursion in PropagateMinusZeroChecks() with a loop and a |
| 4 worklist (issue 3204). |
| 5 |
| 6 Reland "Enable Object.observe by default" (issue 2409). |
| 7 |
| 8 Enable Object.observe by default (issue 2409). |
| 9 |
| 10 AllocationTracker now maintains a map from address range to stack trace |
| 11 that allocated the range. When snapshot is generated the map is used to |
| 12 find construction stack trace for an object using its address (Chromium |
| 13 issue 277984). |
| 14 |
| 15 Introduce Runtime_GetAllScopesDetails to get all scopes at once for a |
| 16 frame (Chromium issue 340285). |
| 17 |
| 18 Reduce heavy runtime calls from debug mirrors (Chromium issue 340285). |
| 19 |
| 20 Check and clear date cache in DateCurrentTime, DateLocalTimezone and |
| 21 getTimezoneOffset (Chromium issue 142141). |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
1 2014-03-06: Version 3.25.5 | 26 2014-03-06: Version 3.25.5 |
2 | 27 |
3 Fix HConstants with Smi-ranged HeapNumber values (Chromium issue | 28 Fix HConstants with Smi-ranged HeapNumber values (Chromium issue |
4 349878). | 29 349878). |
5 | 30 |
6 Fix issues with JSON stringify replacer array (issues 3200, 3201). | 31 Fix issues with JSON stringify replacer array (issues 3200, 3201). |
7 | 32 |
8 Performance and stability improvements on all platforms. | 33 Performance and stability improvements on all platforms. |
9 | 34 |
10 | 35 |
(...skipping 6779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6790 setting break points in them. | 6815 setting break points in them. |
6791 | 6816 |
6792 | 6817 |
6793 2008-07-03: Version 0.1.0 | 6818 2008-07-03: Version 0.1.0 |
6794 | 6819 |
6795 Initial export. | 6820 Initial export. |
6796 | 6821 |
6797 # Local Variables: | 6822 # Local Variables: |
6798 # mode:text | 6823 # mode:text |
6799 # End: | 6824 # End: |
OLD | NEW |