OLD | NEW |
| 1 2014-03-17: Version 3.25.13 |
| 2 |
| 3 Move profiler callback interfaces from v8.h to v8-profiler.h. |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2014-03-14: Version 3.25.12 | 8 2014-03-14: Version 3.25.12 |
2 | 9 |
3 PromiseCoerce should deal with an error during accessing "then" | 10 PromiseCoerce should deal with an error during accessing "then" |
4 (Chromium issue 347095). | 11 (Chromium issue 347095). |
5 | 12 |
6 Propagate updated offsets in BoundsCheckBbData (Chromium issue 350863). | 13 Propagate updated offsets in BoundsCheckBbData (Chromium issue 350863). |
7 | 14 |
8 Add regression test for range analysis bug (issue 3204). | 15 Add regression test for range analysis bug (issue 3204). |
9 | 16 |
10 Continued fix for 351257. Reusing the feedback vector is too complex | 17 Continued fix for 351257. Reusing the feedback vector is too complex |
(...skipping 6916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6927 setting break points in them. | 6934 setting break points in them. |
6928 | 6935 |
6929 | 6936 |
6930 2008-07-03: Version 0.1.0 | 6937 2008-07-03: Version 0.1.0 |
6931 | 6938 |
6932 Initial export. | 6939 Initial export. |
6933 | 6940 |
6934 # Local Variables: | 6941 # Local Variables: |
6935 # mode:text | 6942 # mode:text |
6936 # End: | 6943 # End: |
OLD | NEW |