OLD | NEW |
1 2010-10-20: Version 2.5.1 | 1 2010-10-20: Version 2.5.1 |
2 | 2 |
3 Fixed bug causing spurious out of memory exceptions | 3 Fixed bug causing spurious out of memory exceptions |
4 (issue http://crbug.com/54580). | 4 (issue http://crbug.com/54580). |
5 | 5 |
6 Fix compilation error on Solaris platform (issue 901). | 6 Fixed compilation error on Solaris platform (issue 901). |
7 | 7 |
8 Fix error in strtod (string to floating point number conversion) | 8 Fixed error in strtod (string to floating point number conversion) |
9 due to glibc's use of 80-bit floats in the FPU on 32-bit linux. | 9 due to glibc's use of 80-bit floats in the FPU on 32-bit linux. |
10 | 10 |
11 Adjust randomized allocations of executable memory to have 64k | 11 Adjusted randomized allocations of executable memory to have 64k |
12 granularity (issue http://crbug.com/56036). | 12 granularity (issue http://crbug.com/56036). |
13 | 13 |
14 Support profiling using kernel perf_events on linux. Add ll_prof | 14 Supported profiling using kernel perf_events on linux. Added ll_prof |
15 script to tools and --ll-prof flag to V8. | 15 script to tools and --ll-prof flag to V8. |
16 | 16 |
17 | 17 |
18 2010-10-18: Version 2.5.0 | 18 2010-10-18: Version 2.5.0 |
19 | 19 |
20 Fixed bug in cache handling of lastIndex on global regexps | 20 Fixed bug in cache handling of lastIndex on global regexps |
21 (issue http://crbug.com/58740). | 21 (issue http://crbug.com/58740). |
22 | 22 |
23 Added USE_SIMULATOR macro that explicitly indicates that we wish to use | 23 Added USE_SIMULATOR macro that explicitly indicates that we wish to use |
24 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com> | 24 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com> |
(...skipping 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2165 | 2165 |
2166 Improved debugger support by allowing nested break points and by | 2166 Improved debugger support by allowing nested break points and by |
2167 dealing with stack-overflows when compiling functions before | 2167 dealing with stack-overflows when compiling functions before |
2168 setting break points in them. | 2168 setting break points in them. |
2169 | 2169 |
2170 | 2170 |
2171 2008-07-03: Version 0.1.0 | 2171 2008-07-03: Version 0.1.0 |
2172 | 2172 |
2173 Initial export. | 2173 Initial export. |
2174 | 2174 |
OLD | NEW |