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

Side by Side Diff: ChangeLog

Issue 548041: Push to trunk. Now working on 2.0.7. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 11 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-01-14: Version 2.0.6
2
3 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4 GetOwnProperty, FromPropertyDescriptor.
5
6 Fixed Mac x64 build errors.
7
8 Improved performance of some math and string operations.
9
10 Improved performance of some regexp operations.
11
12 Improved performance of context creation.
13
14 Improved performance of hash tables.
15
16
1 2009-12-18: Version 2.0.5 17 2009-12-18: Version 2.0.5
2 18
3 Extended to upper limit of map space to allow for 7 times as many map 19 Extended to upper limit of map space to allow for 7 times as many map
4 to be allocated (issue 524). 20 to be allocated (issue 524).
5 21
6 Improved performance of code using closures. 22 Improved performance of code using closures.
7 23
8 Improved performance of some binary operations involving doubles. 24 Improved performance of some binary operations involving doubles.
9 25
10 26
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 1470
1455 Improved debugger support by allowing nested break points and by 1471 Improved debugger support by allowing nested break points and by
1456 dealing with stack-overflows when compiling functions before 1472 dealing with stack-overflows when compiling functions before
1457 setting break points in them. 1473 setting break points in them.
1458 1474
1459 1475
1460 2008-07-03: Version 0.1.0 1476 2008-07-03: Version 0.1.0
1461 1477
1462 Initial export. 1478 Initial export.
1463 1479
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