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

Side by Side Diff: ChangeLog

Issue 125177: Prepare to push V8 version 1.2.8 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 6 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 2009-06-16: Version 1.2.8
2
3 Optimized math on ARM platforms.
4
5 Fixed two crash bugs in the handling of getters and setters.
6
7 Improved the debugger support by adding scope chain information.
8
9 Improved the profiler support by compressing log data transmitted
10 to clients.
11
12 Improved overall performance.
13
14
1 2009-06-08: Version 1.2.7 15 2009-06-08: Version 1.2.7
2 16
3 Improved debugger and profiler support. 17 Improved debugger and profiler support.
4 18
5 Reduced compilation time by improving the handling of deferred 19 Reduced compilation time by improving the handling of deferred
6 code. 20 code.
7 21
8 Optimized interceptor accesses where the property is on the object 22 Optimized interceptor accesses where the property is on the object
9 on which the interceptors is attached. 23 on which the interceptors is attached.
10 24
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 968
955 Improved debugger support by allowing nested break points and by 969 Improved debugger support by allowing nested break points and by
956 dealing with stack-overflows when compiling functions before 970 dealing with stack-overflows when compiling functions before
957 setting break points in them. 971 setting break points in them.
958 972
959 973
960 2008-07-03: Version 0.1.0 974 2008-07-03: Version 0.1.0
961 975
962 Initial export. 976 Initial export.
963 977
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