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

Side by Side Diff: ChangeLog

Issue 7618040: Version 3.5.5. (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 4 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 | « .gitignore ('k') | src/api.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-08-15: Version 3.5.5
2
3 Fixed bugs involving negative zero and the optimizing compiler.
4
5 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
6
7 Eliminated uses of deprecated ARM instructions.
8
9 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
10
11 Removed restriction on the size of disassembled code that is printed.
12
13
1 2011-08-10: Version 3.5.4 14 2011-08-10: Version 3.5.4
2 15
3 Added a preliminary implementation of ES Harmony weak maps. Weak 16 Added a preliminary implementation of ES Harmony weak maps. Weak
4 maps can be enabled by the flag --harmony-weakmaps. 17 maps can be enabled by the flag --harmony-weakmaps.
5 18
6 Introduced a toplevel Makefile to support GYP-based building. GYP 19 Introduced a toplevel Makefile to support GYP-based building. GYP
7 can be obtained from http://gyp.googlecode.com. 20 can be obtained from http://gyp.googlecode.com.
8 21
9 Fixed a bug in the length property of functions created by 22 Fixed a bug in the length property of functions created by
10 Function.prototype.bind. 23 Function.prototype.bind.
(...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 setting break points in them. 3165 setting break points in them.
3153 3166
3154 3167
3155 2008-07-03: Version 0.1.0 3168 2008-07-03: Version 0.1.0
3156 3169
3157 Initial export. 3170 Initial export.
3158 3171
3159 # Local Variables: 3172 # Local Variables:
3160 # mode:text 3173 # mode:text
3161 # End: 3174 # End:
OLDNEW
« no previous file with comments | « .gitignore ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698