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

Side by Side Diff: ChangeLog

Issue 204020: Prepare push to trunk. Now working on version 1.3.12. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 3 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-09-15: Version 1.3.11
2
3 Fixed crash in error reporting during bootstrapping.
4
5 Optimized generated IA32 math code by using SSE2 instructions when
6 available.
7
8 Implemented missing pieces of debugger infrastructure on ARM. The
9 debugger is now fully functional on ARM.
10
11 Make 'hidden' the default visibility for gcc.
12
13
1 2009-09-09: Version 1.3.10 14 2009-09-09: Version 1.3.10
2 15
3 Fixed profiler on Mac in 64-bit mode. 16 Fixed profiler on Mac in 64-bit mode.
4 17
5 Optimized creation of objects from simple constructor functions on 18 Optimized creation of objects from simple constructor functions on
6 ARM. 19 ARM.
7 20
8 Fixed a number of debugger issues. 21 Fixed a number of debugger issues.
9 22
10 Reduced the amount of memory consumed by V8. 23 Reduced the amount of memory consumed by V8.
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 1245
1233 Improved debugger support by allowing nested break points and by 1246 Improved debugger support by allowing nested break points and by
1234 dealing with stack-overflows when compiling functions before 1247 dealing with stack-overflows when compiling functions before
1235 setting break points in them. 1248 setting break points in them.
1236 1249
1237 1250
1238 2008-07-03: Version 0.1.0 1251 2008-07-03: Version 0.1.0
1239 1252
1240 Initial export. 1253 Initial export.
1241 1254
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