OLD | NEW |
---|---|
1 2013-09-23: Version 3.22.0 | |
2 | |
3 Fix d8-readline to use modern Persistent API | |
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
| |
4 (adamk@chromium.org) | |
Michael Starzinger
2013/09/23 13:54:53
Please drop the names, those are only put in by th
| |
5 | |
6 LiveEdit to mark more closure functions for re-instantiation when scope | |
7 layout changes BUG=v8:2872 R=yangguo@chromium.org | |
Michael Starzinger
2013/09/23 13:54:53
nit: Let's drop the BUG= and R= markers.
| |
8 (issue 2872) | |
9 (prybin@chromium.org) | |
10 | |
11 Use New<> constructors in BuildBinaryOperation. | |
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
| |
12 (olivf@chromium.org) | |
13 | |
14 Make bounds check elimination iterative instead of recursive. | |
Michael Starzinger
2013/09/23 13:54:53
nit: We use past tense in the changelog, s/Make/Ma
| |
15 (Chromium issue 289706) | |
16 (titzer@chromium.org) | |
17 | |
18 Extend test262 harness to cover intl402 suite as well. | |
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
| |
19 (issue 2745) | |
20 (mstarzinger@chromium.org) | |
21 | |
22 Added a DependentCode field to AllocationSite. It's not currently used, | |
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
| |
23 this initial CL is just to get the object layout correct. | |
24 (mvstanton@chromium.org) | |
25 | |
26 Mark intl/collator/default-locale as PASS || FAIL because it fails on | |
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
| |
27 Mac | |
28 (Chromium issue 2899) | |
29 (jochen@chromium.org) | |
30 | |
31 Turn on i18n support by default | |
Michael Starzinger
2013/09/23 13:54:53
nit: s/Turn/Turned/
| |
32 (jochen@chromium.org) | |
33 | |
34 Fix string and descriptor array decoding in grokdump. | |
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
| |
35 (verwaest@chromium.org) | |
36 | |
37 ARM: Fix simulator when using hard floating point ABI. | |
38 (rodolph.perfetta@gmail.com) | |
39 | |
40 Set the proper instance-type on HAllocate in BuildFastLiteral | |
41 (Chromium issue 284577) | |
42 (verwaest@chromium.org) | |
43 | |
44 Performance and stability improvements on all platforms. | |
45 | |
46 | |
1 2013-09-18: Version 3.21.17 | 47 2013-09-18: Version 3.21.17 |
2 | 48 |
3 Implemented local load/store elimination on basic blocks. | 49 Implemented local load/store elimination on basic blocks. |
4 | 50 |
5 Added mutex when accessing concurrent recompilation output queue. | 51 Added mutex when accessing concurrent recompilation output queue. |
6 (Chromium issue 291236) | 52 (Chromium issue 291236) |
7 | 53 |
8 Don't lookup the cache for the result of Function::New. | 54 Don't lookup the cache for the result of Function::New. |
9 (Chromium issue 272579) | 55 (Chromium issue 272579) |
10 | 56 |
(...skipping 5937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5948 setting break points in them. | 5994 setting break points in them. |
5949 | 5995 |
5950 | 5996 |
5951 2008-07-03: Version 0.1.0 | 5997 2008-07-03: Version 0.1.0 |
5952 | 5998 |
5953 Initial export. | 5999 Initial export. |
5954 | 6000 |
5955 # Local Variables: | 6001 # Local Variables: |
5956 # mode:text | 6002 # mode:text |
5957 # End: | 6003 # End: |
OLD | NEW |