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

Side by Side Diff: ChangeLog

Issue 6530001: Prepare push to trunk. We are now working on version 3.1.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 10 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 2011-02-16: Version 3.1.5
2
3 Change RegExp parsing to disallow /(*)/.
4
5 Added GDB JIT support for ARM.
6
7 Fixed several crash bugs.
8
9 Performance improvements on the IA32 platform.
10
11
1 2011-02-14: Version 3.1.4 12 2011-02-14: Version 3.1.4
2 13
3 Fixed incorrect compare of prototypes of the global object (issue 14 Fixed incorrect compare of prototypes of the global object (issue
4 1082). 15 1082).
5 16
6 Fixed a bug in optimizing calls to global functions (issue 1106). 17 Fixed a bug in optimizing calls to global functions (issue 1106).
7 18
8 Made optimized Function.prototype.apply safe for non-JSObject first 19 Made optimized Function.prototype.apply safe for non-JSObject first
9 arguments (issue 1128). 20 arguments (issue 1128).
10 21
(...skipping 2495 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 2517
2507 Improved debugger support by allowing nested break points and by 2518 Improved debugger support by allowing nested break points and by
2508 dealing with stack-overflows when compiling functions before 2519 dealing with stack-overflows when compiling functions before
2509 setting break points in them. 2520 setting break points in them.
2510 2521
2511 2522
2512 2008-07-03: Version 0.1.0 2523 2008-07-03: Version 0.1.0
2513 2524
2514 Initial export. 2525 Initial export.
2515 2526
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