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

Side by Side Diff: ChangeLog

Issue 6598035: Prepare push to trunk. Now working on version 3.1.8. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 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 | 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 2011-02-28: Version 3.1.7
2
3 Fixed a number of crash bugs.
4
5 Improved Crankshaft for x64 and ARM.
6
7 Fix implementation of indexOf/lastIndexOf for sparse arrays (http://crbu g.com/73940).
Mads Ager (chromium) 2011/02/28 12:24:14 Fix -> Fixed
8
9 Fix bug in map space compaction (http://crbug.com/59688).
Mads Ager (chromium) 2011/02/28 12:24:14 Fix -> Fixed
10
11 Support for direct getter accessors calls on ARM.
Mads Ager (chromium) 2011/02/28 12:24:14 Support -> Added support
12
13
1 2011-02-24: Version 3.1.6 14 2011-02-24: Version 3.1.6
2 15
3 Fixed a number of crash bugs. 16 Fixed a number of crash bugs.
4 17
5 Added support for Cygwin (issue 64). 18 Added support for Cygwin (issue 64).
6 19
7 Improved Crankshaft for x64 and ARM. 20 Improved Crankshaft for x64 and ARM.
8 21
9 Added Crankshaft support for stores to pixel arrays. 22 Added Crankshaft support for stores to pixel arrays.
10 23
(...skipping 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2530 2543
2531 Improved debugger support by allowing nested break points and by 2544 Improved debugger support by allowing nested break points and by
2532 dealing with stack-overflows when compiling functions before 2545 dealing with stack-overflows when compiling functions before
2533 setting break points in them. 2546 setting break points in them.
2534 2547
2535 2548
2536 2008-07-03: Version 0.1.0 2549 2008-07-03: Version 0.1.0
2537 2550
2538 Initial export. 2551 Initial export.
2539 2552
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