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

Side by Side Diff: ChangeLog

Issue 179873021: Fix ChangeLog entries. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | no next file » | 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 1 2014-02-25: Version 3.25.2
2 2
3 Fix the bit massaging code in CompleteParserRecorder::WriteNumber. 3 Fix the bit massaging code in CompleteParserRecorder::WriteNumber
4 (Chromium issue 346221) 4 (Chromium issue 346221).
5 5
6 Revert r19455 "Load target types and handlers before IC computation." 6 Revert r19455 "Load target types and handlers before IC computation."
7 (Chromium issue 346149) 7 (Chromium issue 346149).
8 8
9 Don't eliminate loads with incompatible types or representations. 9 Don't eliminate loads with incompatible types or representations
10 (Chromium issue 346343) 10 (Chromium issue 346343).
11 11
12 Fix for a smi stores optimization on x64 with a regression test. 12 Fix for a smi stores optimization on x64 with a regression test
13 (Chromium issue 345715) 13 (Chromium issue 345715).
14 14
15 Check that after a weak callback, the handle is either dead or strong 15 Check that after a weak callback, the handle is either dead or strong
16 (Chromium issue 346061) 16 (Chromium issue 346061).
17 17
18 negative bounds checking on realm calls 18 negative bounds checking on realm calls (Chromium issue 344285).
19 (Chromium issue 344285)
20 19
21 Lazy preparsing vs. lazy parsing fix. 20 Lazy preparsing vs. lazy parsing fix (Chromium issue 346207).
22 (Chromium issue 346207)
23 21
24 Fix optimistic BCE to back off after deopt 22 Fix optimistic BCE to back off after deopt (issue 3176).
25 (issue 3176)
26 23
27 Performance and stability improvements on all platforms. 24 Performance and stability improvements on all platforms.
28 25
29 26
30 2014-02-21: Version 3.25.1 27 2014-02-21: Version 3.25.1
31 28
32 Performance and stability improvements on all platforms. 29 Performance and stability improvements on all platforms.
33 30
34 31
35 2014-02-19: Version 3.25.0 32 2014-02-19: Version 3.25.0
(...skipping 6706 matching lines...) Expand 10 before | Expand all | Expand 10 after
6742 setting break points in them. 6739 setting break points in them.
6743 6740
6744 6741
6745 2008-07-03: Version 0.1.0 6742 2008-07-03: Version 0.1.0
6746 6743
6747 Initial export. 6744 Initial export.
6748 6745
6749 # Local Variables: 6746 # Local Variables:
6750 # mode:text 6747 # mode:text
6751 # End: 6748 # End:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698