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

Side by Side Diff: ChangeLog

Issue 1792001: Prepare push to trunk. Now working on version 2.2.6. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 8 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 2010-04-21: Version 2.3.4 1 2010-04-26: Version 2.2.5
2 2
3 Various performance improvements (especially for ARM and x64)
4
5 Fixed bug in CPU profiling (http://crbug.com/42137)
6
7 Fixed a bug with the natives cache.
8
9 Fixed two bugs in the ARM code generator that can cause
10 wrong calculations.
11
12 Fixed a bug that may cause a wrong result for shift operations.
13
14
15 2010-04-21: Version 2.2.4
16
3 Fixed warnings on arm on newer GCC versions. 17 Fixed warnings on arm on newer GCC versions.
4 18
5 Fixed a number of minor bugs. 19 Fixed a number of minor bugs.
6 20
7 Performance improvements on all platforms. 21 Performance improvements on all platforms.
8 22
9 23
10 2010-04-14: Version 2.2.3 24 2010-04-14: Version 2.2.3
11 25
12 Added stack command and mem command to ARM simulator debugger. 26 Added stack command and mem command to ARM simulator debugger.
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 1644
1631 Improved debugger support by allowing nested break points and by 1645 Improved debugger support by allowing nested break points and by
1632 dealing with stack-overflows when compiling functions before 1646 dealing with stack-overflows when compiling functions before
1633 setting break points in them. 1647 setting break points in them.
1634 1648
1635 1649
1636 2008-07-03: Version 0.1.0 1650 2008-07-03: Version 0.1.0
1637 1651
1638 Initial export. 1652 Initial export.
1639 1653
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