Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Side by Side Diff: ChangeLog

Issue 11031002: Prepare push to trunk. Now working on version 3.14.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-10-01: Version 3.14.1
2
3 Don't set -m32 flag when compiling with Android ARM compiler.
4 (Chromium issue 143889)
5
6 Restore the descriptor array before returning allocation failure.
7 (Chromium issue 151750)
8
9 Fixed Clang warning about tautological compare (Chromium issue 151927).
Michael Starzinger 2012/10/01 16:15:52 This is probably no interesting to embedders, let'
Jakob Kummerow 2012/10/01 16:19:24 Done.
10
11 Avoid wrong imul deopt on ia32 and x64 (issue 2339).
Michael Starzinger 2012/10/01 16:15:52 This is probably no interesting to embedders, let'
Jakob Kummerow 2012/10/01 16:19:24 Done.
12
13 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
14 128252).
15
16 Pull more recent gyp in 'make dependencies'.
17
18 Fixed: Generic KeyedStoreIC doesn't change length and element_kind
19 atomically (issue 2346).
Michael Starzinger 2012/10/01 16:15:52 This is probably no interesting to embedders, let'
Jakob Kummerow 2012/10/01 16:19:24 IIUC this is a real (and potentially visible) bugf
20
21 Bumped number of allowed variables per scope to 65535, to address GWT.
22 (Chromium issue 151625)
23
24 Support sourceURL for dynamically inserted scripts (issue 2342).
25
26 Performance and stability improvements on all platforms.
27
28
1 2012-09-20: Version 3.14.0 29 2012-09-20: Version 3.14.0
2 30
3 Fixed missing slot recording during clearing of CallICs. 31 Fixed missing slot recording during clearing of CallICs.
4 (Chromium issue 144230) 32 (Chromium issue 144230)
5 33
6 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. 34 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
7 (Chromium issue 150729) 35 (Chromium issue 150729)
8 36
9 Fixed minus zero test. (Issue 2133) 37 Fixed minus zero test. (Issue 2133)
10 38
(...skipping 4611 matching lines...) Expand 10 before | Expand all | Expand 10 after
4622 setting break points in them. 4650 setting break points in them.
4623 4651
4624 4652
4625 2008-07-03: Version 0.1.0 4653 2008-07-03: Version 0.1.0
4626 4654
4627 Initial export. 4655 Initial export.
4628 4656
4629 # Local Variables: 4657 # Local Variables:
4630 # mode:text 4658 # mode:text
4631 # End: 4659 # End:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698