Chromium Code Reviews

Side by Side Diff: ChangeLog

Issue 961001: Prepare push of version 2.1.4 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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-03-10: Version 2.1.4
2
3 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4
5 Performance improvements on all platforms.
6
7
1 2010-03-10: Version 2.1.3 8 2010-03-10: Version 2.1.3
2 9
3 Added API method for context-disposal notifications. 10 Added API method for context-disposal notifications.
4 11
5 Added API method for accessing elements by integer index. 12 Added API method for accessing elements by integer index.
6 13
7 Added missing implementation of Uint32::Value and Value::IsUint32 14 Added missing implementation of Uint32::Value and Value::IsUint32
8 API methods. 15 API methods.
9 16
10 Added IsExecutionTerminating API method. 17 Added IsExecutionTerminating API method.
(...skipping 1529 matching lines...)
1540 1547
1541 Improved debugger support by allowing nested break points and by 1548 Improved debugger support by allowing nested break points and by
1542 dealing with stack-overflows when compiling functions before 1549 dealing with stack-overflows when compiling functions before
1543 setting break points in them. 1550 setting break points in them.
1544 1551
1545 1552
1546 2008-07-03: Version 0.1.0 1553 2008-07-03: Version 0.1.0
1547 1554
1548 Initial export. 1555 Initial export.
1549 1556
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine