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

Side by Side Diff: ChangeLog

Issue 6322008: Version 3.0.10... (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 | SConstruct » ('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-24: Version 3.0.10
2
3 Fixed External::Wrap for 64-bit addresses (issue 1037).
4
5 Fixed incorrect .arguments variable proxy handling in the full
6 code generator (issue 1060).
7
8 Introduced partial strict mode support.
9
10 Changed formatting of recursive error messages to match Firefox and Safa ri
11 (issue http://crbug.com/70334).
12
13 Fixed incorrect rounding for float-to-integer conversions for external
14 array types, which implement the Typed Array spec
15 (issue http://crbug.com/50972).
16
17 Performance improvements on the IA32 platform.
18
19
1 2011-01-19: Version 3.0.9 20 2011-01-19: Version 3.0.9
2 21
3 Added basic GDB JIT Interface integration. 22 Added basic GDB JIT Interface integration.
4 23
5 Make invalid break/continue statements a syntax error instead of a 24 Make invalid break/continue statements a syntax error instead of a
6 runtime error. 25 runtime error.
7 26
8 27
9 2011-01-17: Version 3.0.8 28 2011-01-17: Version 3.0.8
10 29
(...skipping 2377 matching lines...) Expand 10 before | Expand all | Expand 10 after
2388 2407
2389 Improved debugger support by allowing nested break points and by 2408 Improved debugger support by allowing nested break points and by
2390 dealing with stack-overflows when compiling functions before 2409 dealing with stack-overflows when compiling functions before
2391 setting break points in them. 2410 setting break points in them.
2392 2411
2393 2412
2394 2008-07-03: Version 0.1.0 2413 2008-07-03: Version 0.1.0
2395 2414
2396 Initial export. 2415 Initial export.
2397 2416
OLDNEW
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698