OLD | NEW |
---|---|
1 2013-09-11: Version 3.21.13 | |
2 | |
3 | |
4 Add a ResourceConstraint for the embedder to specify that V8 is running | |
5 on a memory constrained device. | |
6 (Chromium issue 280984) | |
7 | |
8 Remove HandleScope default ctor. | |
Yang
2013/09/11 08:15:51
I don't think this belongs into the Changelog.
Hannes Payer (out of office)
2013/09/11 08:22:00
It got a chrome issue number.
| |
9 (Chromium issue 236173) | |
10 | |
11 Enable escape analysis for Hydrogen. | |
Yang
2013/09/11 08:15:51
same here.
Hannes Payer (out of office)
2013/09/11 08:22:00
I consider that a big feature, which we are turnin
| |
12 | |
13 Generate a custom OSR entrypoint for OSR compiles on all platforms, and | |
14 transition to optimized code using the special entrypoint, instead of | |
Yang
2013/09/11 08:15:51
and here.
Hannes Payer (out of office)
2013/09/11 08:22:00
Done.
| |
15 through the deoptimizer. Do not install the OSR compiled code as _the_ | |
16 optimized code for a function. Remove OSR-related stuff from | |
17 deoptimizer. | |
18 | |
19 Correctly stringify mixed encoding indirect strings. | |
20 (Chromium issue 287476) | |
21 | |
22 Performance and stability improvements on all platforms. | |
23 | |
24 | |
1 2013-09-09: Version 3.21.12 | 25 2013-09-09: Version 3.21.12 |
2 | 26 |
3 Fixed bitwise negation on x64. | 27 Fixed bitwise negation on x64. |
4 (Chromium issue 285355) | 28 (Chromium issue 285355) |
5 | 29 |
6 Dropped GetCurrentThreadId() and TerminateExecution(int) from | 30 Dropped GetCurrentThreadId() and TerminateExecution(int) from |
7 the external API. | 31 the external API. |
8 | 32 |
9 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. | 33 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS. |
10 (Chromium issue 284998) | 34 (Chromium issue 284998) |
(...skipping 5873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5884 setting break points in them. | 5908 setting break points in them. |
5885 | 5909 |
5886 | 5910 |
5887 2008-07-03: Version 0.1.0 | 5911 2008-07-03: Version 0.1.0 |
5888 | 5912 |
5889 Initial export. | 5913 Initial export. |
5890 | 5914 |
5891 # Local Variables: | 5915 # Local Variables: |
5892 # mode:text | 5916 # mode:text |
5893 # End: | 5917 # End: |
OLD | NEW |