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

Side by Side Diff: ChangeLog

Issue 6321012: Version 3.0.9... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 11 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 | LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2011-01-19: Version 3.0.9
2
3 Added basic GDB JIT Interface integration.
4
5 Make invalid break/continue statements a syntax error instead of a
6 runtime error.
7
8
1 2011-01-17: Version 3.0.8 9 2011-01-17: Version 3.0.8
2 10
3 Exposed heap size limit to the heap statistics gathered by 11 Exposed heap size limit to the heap statistics gathered by
4 the GetHeapStatistics API. 12 the GetHeapStatistics API.
5 13
6 Wrapped external pointers more carefully (issue 1037). 14 Wrapped external pointers more carefully (issue 1037).
7 15
8 Hardened the implementation of error objects to avoid setters 16 Hardened the implementation of error objects to avoid setters
9 intercepting the properties set then throwing an error. 17 intercepting the properties set then throwing an error.
10 18
11 Avoided trashing the FPSCR when calculating Math.floor on ARM. 19 Avoided trashing the FPSCR when calculating Math.floor on ARM.
12 20
13 Performance improvements on the IA32 platform. 21 Performance improvements on the IA32 platform.
14 22
(...skipping 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 2388
2381 Improved debugger support by allowing nested break points and by 2389 Improved debugger support by allowing nested break points and by
2382 dealing with stack-overflows when compiling functions before 2390 dealing with stack-overflows when compiling functions before
2383 setting break points in them. 2391 setting break points in them.
2384 2392
2385 2393
2386 2008-07-03: Version 0.1.0 2394 2008-07-03: Version 0.1.0
2387 2395
2388 Initial export. 2396 Initial export.
2389 2397
OLDNEW
« no previous file with comments | « no previous file | LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698