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

Side by Side Diff: ChangeLog

Issue 2467004: Prepare push to trunk. We are now working on version 2.2.15. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 6 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-06-02: Version 2.2.14
2
3 Fixed a crash in code generated for String.charCodeAt.
4
5 Fixed a compilation issue with some GCC versions (issue 727).
6
7 Performance optimizations on x64 and ARM platforms.
8
9
1 2010-05-31: Version 2.2.13 10 2010-05-31: Version 2.2.13
2 11
3 Implement Object.getOwnPropertyDescriptor for element indices and 12 Implement Object.getOwnPropertyDescriptor for element indices and
4 strings (issue 599). 13 strings (issue 599).
5 14
6 Fix bug for windows 64 bit C calls from generated code. 15 Fix bug for windows 64 bit C calls from generated code.
7 16
8 Add new scons flag unalignedaccesses for arm builds. 17 Add new scons flag unalignedaccesses for arm builds.
9 18
10 Performance improvements on all platforms. 19 Performance improvements on all platforms.
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 1736
1728 Improved debugger support by allowing nested break points and by 1737 Improved debugger support by allowing nested break points and by
1729 dealing with stack-overflows when compiling functions before 1738 dealing with stack-overflows when compiling functions before
1730 setting break points in them. 1739 setting break points in them.
1731 1740
1732 1741
1733 2008-07-03: Version 0.1.0 1742 2008-07-03: Version 0.1.0
1734 1743
1735 Initial export. 1744 Initial export.
1736 1745
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