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

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: addressed comments 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 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
10 128252).
11
12 Pull more recent gyp in 'make dependencies'.
13
14 Made sure that the generic KeyedStoreIC changes length and element_kind
15 atomically (issue 2346).
16
17 Bumped number of allowed variables per scope to 65535, to address GWT.
18 (Chromium issue 151625)
19
20 Support sourceURL for dynamically inserted scripts (issue 2342).
21
22 Performance and stability improvements on all platforms.
23
24
1 2012-09-20: Version 3.14.0 25 2012-09-20: Version 3.14.0
2 26
3 Fixed missing slot recording during clearing of CallICs. 27 Fixed missing slot recording during clearing of CallICs.
4 (Chromium issue 144230) 28 (Chromium issue 144230)
5 29
6 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. 30 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
7 (Chromium issue 150729) 31 (Chromium issue 150729)
8 32
9 Fixed minus zero test. (Issue 2133) 33 Fixed minus zero test. (Issue 2133)
10 34
(...skipping 4611 matching lines...) Expand 10 before | Expand all | Expand 10 after
4622 setting break points in them. 4646 setting break points in them.
4623 4647
4624 4648
4625 2008-07-03: Version 0.1.0 4649 2008-07-03: Version 0.1.0
4626 4650
4627 Initial export. 4651 Initial export.
4628 4652
4629 # Local Variables: 4653 # Local Variables:
4630 # mode:text 4654 # mode:text
4631 # End: 4655 # 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