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

Side by Side Diff: ChangeLog

Issue 149533: Prepare to push version 1.2.14 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 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-07-13: Version 1.2.14
2
3 Added separate paged heap space for global property cells and
4 avoid updating the write barrier when storing into them.
5
6 Improved peep-hole optimization on ARM platforms by not emitting
7 unnecessary debug information.
8
9 Re-enabled ICs for loads and calls that skip a global object
10 during lookup through the prototype chain.
11
12 Allowed access through global proxies to use ICs.
13
14 Fixed issue 401.
15
16
1 2009-07-09: Version 1.2.13 17 2009-07-09: Version 1.2.13
2 18
3 Fixed issue 397, issue 398, and issue 399. 19 Fixed issue 397, issue 398, and issue 399.
4 20
5 Added support for breakpoint groups. 21 Added support for breakpoint groups.
6 22
7 Fixed bugs introduced with the new global object representation. 23 Fixed bugs introduced with the new global object representation.
8 24
9 Fixed a few bugs in the ARM code generator. 25 Fixed a few bugs in the ARM code generator.
10 26
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 1049
1034 Improved debugger support by allowing nested break points and by 1050 Improved debugger support by allowing nested break points and by
1035 dealing with stack-overflows when compiling functions before 1051 dealing with stack-overflows when compiling functions before
1036 setting break points in them. 1052 setting break points in them.
1037 1053
1038 1054
1039 2008-07-03: Version 0.1.0 1055 2008-07-03: Version 0.1.0
1040 1056
1041 Initial export. 1057 Initial export.
1042 1058
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