OLD | NEW |
| 1 2013-09-09: Version 3.21.12 |
| 2 |
| 3 Fixed bitwise negation on x64. |
| 4 (Chromium issue 285355) |
| 5 |
| 6 Dropped GetCurrentThreadId() and TerminateExecution(int) from |
| 7 the external API. |
| 8 |
| 9 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. |
| 10 (Chromium issue 284998) |
| 11 |
| 12 Added check if timeout has expired after processing each sample. |
| 13 (issue 2814,v8:2871) |
| 14 |
| 15 Removed obsolete global V8::has_been_fooed flags. |
| 16 (issue 2744) |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
1 2013-09-05: Version 3.21.11 | 21 2013-09-05: Version 3.21.11 |
2 | 22 |
3 Performance and stability improvements on all platforms. | 23 Performance and stability improvements on all platforms. |
4 | 24 |
5 | 25 |
6 2013-09-04: Version 3.21.10 | 26 2013-09-04: Version 3.21.10 |
7 | 27 |
8 Fixed Eternal::IsEmpty logic (issue 2870). | 28 Fixed Eternal::IsEmpty logic (issue 2870). |
9 | 29 |
10 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
(...skipping 5853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5864 setting break points in them. | 5884 setting break points in them. |
5865 | 5885 |
5866 | 5886 |
5867 2008-07-03: Version 0.1.0 | 5887 2008-07-03: Version 0.1.0 |
5868 | 5888 |
5869 Initial export. | 5889 Initial export. |
5870 | 5890 |
5871 # Local Variables: | 5891 # Local Variables: |
5872 # mode:text | 5892 # mode:text |
5873 # End: | 5893 # End: |
OLD | NEW |