OLD | NEW |
---|---|
1 2013-02-19: Version 3.17.2 | |
2 | |
3 Removed bogus check for TOP register in deoptimizer. | |
4 (Chromium issue 176943) | |
5 | |
6 Changed and disabled global handle zapping. | |
7 (Chromium issue 176056) | |
8 | |
9 Added zapping of disposed persistent handles. | |
Jakob Kummerow
2013/02/19 13:53:37
Added then disabled handle zapping? Drop both entr
| |
10 (Chromium issue 176056) | |
11 | |
12 Made the Isolate parameter mandatory for internal HandleScopes. | |
13 (issue 2487) | |
14 | |
15 Fixed f.apply() optimization when declared arguments are mutated. | |
16 (issue 2539) | |
17 | |
18 Performance and stability improvements on all platforms. | |
19 | |
20 | |
1 2013-02-14: Version 3.17.1 | 21 2013-02-14: Version 3.17.1 |
2 | 22 |
3 Performance and stability improvements on all platforms. | 23 Performance and stability improvements on all platforms. |
4 | 24 |
5 | 25 |
6 2013-02-13: Version 3.17.0 | 26 2013-02-13: Version 3.17.0 |
7 | 27 |
8 Enabled parallel sweeping. | 28 Enabled parallel sweeping. |
9 | 29 |
10 Don't try to unlink instructions twice during GVN | 30 Don't try to unlink instructions twice during GVN |
(...skipping 5069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5080 setting break points in them. | 5100 setting break points in them. |
5081 | 5101 |
5082 | 5102 |
5083 2008-07-03: Version 0.1.0 | 5103 2008-07-03: Version 0.1.0 |
5084 | 5104 |
5085 Initial export. | 5105 Initial export. |
5086 | 5106 |
5087 # Local Variables: | 5107 # Local Variables: |
5088 # mode:text | 5108 # mode:text |
5089 # End: | 5109 # End: |
OLD | NEW |