OLD | NEW |
---|---|
1 2013-09-18: Version 3.21.17 | |
2 | |
3 Implemented local load/store elimination on basic blocks. | |
4 | |
5 Added mutex when accessing concurrent recompilation output queue. | |
6 (Chromium issue 291236) | |
7 | |
8 Don't lookup the cache for the result of Function::New. | |
9 (Chromium issue 272579) | |
10 | |
11 Tweaked HConstant::EmitAtUses() to eliminate useless constant | |
12 generation. | |
13 (Chromium issue 2881) | |
Jakob Kummerow
2013/09/18 18:05:30
nit: this is clearly a V8 issue number.
| |
14 | |
15 Performance and stability improvements on all platforms. | |
16 | |
17 | |
1 2013-09-16: Version 3.21.16 | 18 2013-09-16: Version 3.21.16 |
2 | 19 |
3 Every place where AllocationMemento is initialized with an | 20 Every place where AllocationMemento is initialized with an |
4 AllocationSite is now checked to be sure a valid Site goes in. This is | 21 AllocationSite is now checked to be sure a valid Site goes in. This is |
5 temporary code to diagnose chromium bug 284577. | 22 temporary code to diagnose chromium bug 284577. |
6 | 23 |
7 Performance and stability improvements on all platforms. | 24 Performance and stability improvements on all platforms. |
8 | 25 |
9 | 26 |
10 2013-09-13: Version 3.21.15 | 27 2013-09-13: Version 3.21.15 |
(...skipping 5920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5931 setting break points in them. | 5948 setting break points in them. |
5932 | 5949 |
5933 | 5950 |
5934 2008-07-03: Version 0.1.0 | 5951 2008-07-03: Version 0.1.0 |
5935 | 5952 |
5936 Initial export. | 5953 Initial export. |
5937 | 5954 |
5938 # Local Variables: | 5955 # Local Variables: |
5939 # mode:text | 5956 # mode:text |
5940 # End: | 5957 # End: |
OLD | NEW |