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

Side by Side Diff: ChangeLog

Issue 179733002: Prepare push to trunk. Now working on version 3.25.3. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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 2014-02-25: Version 3.25.2
2
3 Fix the bit massaging code in CompleteParserRecorder::WriteNumber.
4 (Chromium issue 346221)
5
6 Revert r19455 "Load target types and handlers before IC computation."
7 (Chromium issue 346149)
8
9 Don't eliminate loads with incompatible types or representations.
10 (Chromium issue 346343)
11
12 Fix for a smi stores optimization on x64 with a regression test.
13 (Chromium issue 345715)
14
15 Check that after a weak callback, the handle is either dead or strong
16 (Chromium issue 346061)
17
18 negative bounds checking on realm calls
19 (Chromium issue 344285)
20
21 Lazy preparsing vs. lazy parsing fix.
22 (Chromium issue 346207)
23
24 Fix optimistic BCE to back off after deopt
25 (issue 3176)
26
27 Performance and stability improvements on all platforms.
28
29
1 2014-02-21: Version 3.25.1 30 2014-02-21: Version 3.25.1
2 31
3 Performance and stability improvements on all platforms. 32 Performance and stability improvements on all platforms.
4 33
5 34
6 2014-02-19: Version 3.25.0 35 2014-02-19: Version 3.25.0
7 36
8 ES6: Tighten up Object.prototype.__proto__ (issue 3064). 37 ES6: Tighten up Object.prototype.__proto__ (issue 3064).
9 38
10 Fix Hydrogen bounds check elimination (Chromium issue 344186). 39 Fix Hydrogen bounds check elimination (Chromium issue 344186).
(...skipping 6702 matching lines...) Expand 10 before | Expand all | Expand 10 after
6713 setting break points in them. 6742 setting break points in them.
6714 6743
6715 6744
6716 2008-07-03: Version 0.1.0 6745 2008-07-03: Version 0.1.0
6717 6746
6718 Initial export. 6747 Initial export.
6719 6748
6720 # Local Variables: 6749 # Local Variables:
6721 # mode:text 6750 # mode:text
6722 # End: 6751 # 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