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

Side by Side Diff: ChangeLog

Issue 6588118: Prepare push to trunk. Now working on version 3.2.0. (Closed) Base URL: https://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-03-02: Version 3.1.8
2
3 Fixed a number of crash bugs.
4
5 Improved Crankshaft for x64 and ARM.
6
7 Implemented more of EcmaScript 5 strict mode.
8
9 Fixed issue with unaligned reads and writes on ARM.
10
11 Improved heap profiler support.
12
13
1 2011-02-28: Version 3.1.7 14 2011-02-28: Version 3.1.7
2 15
3 Fixed a number of crash bugs. 16 Fixed a number of crash bugs.
4 17
5 Improved Crankshaft for x64 and ARM. 18 Improved Crankshaft for x64 and ARM.
6 19
7 Fixed implementation of indexOf/lastIndexOf for sparse 20 Fixed implementation of indexOf/lastIndexOf for sparse
8 arrays (http://crbug.com/73940). 21 arrays (http://crbug.com/73940).
9 22
10 Fixed bug in map space compaction (http://crbug.com/59688). 23 Fixed bug in map space compaction (http://crbug.com/59688).
11 24
12 Added support for direct getter accessors calls on ARM. 25 Added support for direct getter accessors calls on ARM.
13 26
14 27
15 2011-02-24: Version 3.1.6 28 2011-02-24: Version 3.1.6
16 29
17 Fixed a number of crash bugs. 30 Fixed a number of crash bugs.
(...skipping 2526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2544 2557
2545 Improved debugger support by allowing nested break points and by 2558 Improved debugger support by allowing nested break points and by
2546 dealing with stack-overflows when compiling functions before 2559 dealing with stack-overflows when compiling functions before
2547 setting break points in them. 2560 setting break points in them.
2548 2561
2549 2562
2550 2008-07-03: Version 0.1.0 2563 2008-07-03: Version 0.1.0
2551 2564
2552 Initial export. 2565 Initial export.
2553 2566
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