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

Side by Side Diff: ChangeLog

Issue 146017: Prepare to push V8 version 1.2.9 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-23: Version 1.2.9
2
3 Improved math performance on ARM.
4
5 Fixed profiler name-inference bug.
6
7 Fixed handling of shared libraries in the profiler tick processor
8 scripts.
9
10 Fixed handling of tests that time out in the test scripts.
11
12 Fixed compilation on MacOS X version 10.4.
13
14 Fixed two bugs in the regular expression engine.
15
16 Fixed a bug in the string type inference.
17
18 Fixed a bug in the handling of 'constant function' properties.
19
20 Improved overall performance.
21
22
1 2009-06-16: Version 1.2.8 23 2009-06-16: Version 1.2.8
2 24
3 Optimized math on ARM platforms. 25 Optimized math on ARM platforms.
4 26
5 Fixed two crash bugs in the handling of getters and setters. 27 Fixed two crash bugs in the handling of getters and setters.
6 28
7 Improved the debugger support by adding scope chain information. 29 Improved the debugger support by adding scope chain information.
8 30
9 Improved the profiler support by compressing log data transmitted 31 Improved the profiler support by compressing log data transmitted
10 to clients. 32 to clients.
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 990
969 Improved debugger support by allowing nested break points and by 991 Improved debugger support by allowing nested break points and by
970 dealing with stack-overflows when compiling functions before 992 dealing with stack-overflows when compiling functions before
971 setting break points in them. 993 setting break points in them.
972 994
973 995
974 2008-07-03: Version 0.1.0 996 2008-07-03: Version 0.1.0
975 997
976 Initial export. 998 Initial export.
977 999
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