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

Side by Side Diff: ChangeLog

Issue 1148007: Merge bleeding_edge from version 2.1.3 up to revision 4205... (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/partial_snapshots/
Patch Set: Created 10 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 | include/v8.h » ('j') | src/heap.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-03-22: Version 2.1.7
2
3 Fixed issue 650.
4
5 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
6
7 Performance improvements for arithmetic operations.
8
9 Performance improvements for string operations.
10
11 Print script name and line number information in stack trace.
12
13
14 2010-03-17: Version 2.1.6
15
16 Performance improvements for arithmetic operations.
17
18 Performance improvements for string operations.
19
20
21 2010-03-10: Version 2.1.4
22
23 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
24
25 Performance improvements on all platforms.
26
27
1 2010-03-10: Version 2.1.3 28 2010-03-10: Version 2.1.3
2 29
3 Added API method for context-disposal notifications. 30 Added API method for context-disposal notifications.
4 31
5 Added API method for accessing elements by integer index. 32 Added API method for accessing elements by integer index.
6 33
7 Added missing implementation of Uint32::Value and Value::IsUint32 34 Added missing implementation of Uint32::Value and Value::IsUint32
8 API methods. 35 API methods.
9 36
10 Added IsExecutionTerminating API method. 37 Added IsExecutionTerminating API method.
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 1567
1541 Improved debugger support by allowing nested break points and by 1568 Improved debugger support by allowing nested break points and by
1542 dealing with stack-overflows when compiling functions before 1569 dealing with stack-overflows when compiling functions before
1543 setting break points in them. 1570 setting break points in them.
1544 1571
1545 1572
1546 2008-07-03: Version 0.1.0 1573 2008-07-03: Version 0.1.0
1547 1574
1548 Initial export. 1575 Initial export.
1549 1576
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | src/heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698