OLD | NEW |
| 1 2010-08-16: Version 2.3.8 |
| 2 |
| 3 Fixed build with strict aliasing on GCC 4.4 (issue 463). |
| 4 |
| 5 Fixed issue with incorrect handling of custom valueOf methods on |
| 6 string wrappers (issue 760). |
| 7 |
| 8 Fixed compilation for ARMv4 (issue 590). |
| 9 |
| 10 Improved performance. |
| 11 |
| 12 |
1 2010-08-11: Version 2.3.7 | 13 2010-08-11: Version 2.3.7 |
2 | 14 |
3 Reduced size of heap snapshots produced by heap profiler (issue 783). | 15 Reduced size of heap snapshots produced by heap profiler (issue 783). |
4 | 16 |
5 Introduced v8::Value::IsRegExp method. | 17 Introduced v8::Value::IsRegExp method. |
6 | 18 |
7 Fixed CPU profiler crash in start / stop sequence when non-existent | 19 Fixed CPU profiler crash in start / stop sequence when non-existent |
8 name is passed (issue http://crbug.com/51594). | 20 name is passed (issue http://crbug.com/51594). |
9 | 21 |
10 Introduced new indexed property query callbacks API (issue 816). This | 22 Introduced new indexed property query callbacks API (issue 816). This |
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1973 | 1985 |
1974 Improved debugger support by allowing nested break points and by | 1986 Improved debugger support by allowing nested break points and by |
1975 dealing with stack-overflows when compiling functions before | 1987 dealing with stack-overflows when compiling functions before |
1976 setting break points in them. | 1988 setting break points in them. |
1977 | 1989 |
1978 | 1990 |
1979 2008-07-03: Version 0.1.0 | 1991 2008-07-03: Version 0.1.0 |
1980 | 1992 |
1981 Initial export. | 1993 Initial export. |
1982 | 1994 |
OLD | NEW |