OLD | NEW |
---|---|
1 2012-10-22: Version 3.14.5 | |
2 | |
3 Kill off the SCons based build. | |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
| |
4 | |
5 Add a faster API for creating v8::Integer objects. | |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
| |
6 | |
7 Speed up function deoptimization by avoiding quadratic pass over | |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
| |
8 optimized function list. (Chromium issue 155270) | |
9 | |
10 Always invoke the default Array.sort functions from builtin functions. | |
11 (issue 2372) | |
12 | |
13 Fixed json regression. (issue 2374) | |
Jakob Kummerow
2012/10/22 12:42:12
This regression was only introduced after the last
rossberg
2012/10/22 13:04:22
Done.
| |
14 | |
15 Fixed error introduced in r12761. (issue 2373) | |
Jakob Kummerow
2012/10/22 12:42:12
Same here -- r12761 is younger than 3.14.4, no nee
rossberg
2012/10/22 13:04:22
Done.
| |
16 | |
17 Revert recent CPU profiler changes because they broke --prof. | |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
| |
18 (issue 2364) | |
19 | |
20 Switch code flushing to use different JSFunction field. | |
Jakob Kummerow
2012/10/22 12:42:12
nit: past tense please
rossberg
2012/10/22 13:04:22
Done.
| |
21 (issue 1609) | |
22 | |
23 Performance and stability improvements on all platforms. | |
24 | |
25 | |
1 2012-10-15: Version 3.14.4 | 26 2012-10-15: Version 3.14.4 |
2 | 27 |
3 Allow evals for debugger even if they are prohibited in the debugee | 28 Allow evals for debugger even if they are prohibited in the debugee |
4 context. (Chromium issue 154733) | 29 context. (Chromium issue 154733) |
5 | 30 |
6 Enabled --verify-heap in release mode (issue 2120) | 31 Enabled --verify-heap in release mode (issue 2120) |
7 | 32 |
8 Performance and stability improvements on all platforms. | 33 Performance and stability improvements on all platforms. |
9 | 34 |
10 | 35 |
(...skipping 4683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4694 setting break points in them. | 4719 setting break points in them. |
4695 | 4720 |
4696 | 4721 |
4697 2008-07-03: Version 0.1.0 | 4722 2008-07-03: Version 0.1.0 |
4698 | 4723 |
4699 Initial export. | 4724 Initial export. |
4700 | 4725 |
4701 # Local Variables: | 4726 # Local Variables: |
4702 # mode:text | 4727 # mode:text |
4703 # End: | 4728 # End: |
OLD | NEW |