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

Side by Side Diff: ChangeLog

Issue 7631020: Version 3.5.6. (Closed) Base URL: https://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 | « no previous file | include/v8.h » ('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-17: Version 3.5.6
2
3 Fixed issue that could cause crashes when running with --heap-stats.
4
5 Fixed compilation on Linux 2.6.9 and older.
6
7 Fixed live-object-list to work with isolates.
8
9 Fixed memory leaks in zones and isolates.
10
11 Fixed a performance regression for TypedArrays on x64.
12
13 Stability improvements on all platforms.
14
15
1 2011-08-15: Version 3.5.5 16 2011-08-15: Version 3.5.5
2 17
3 Fixed bugs involving negative zero and the optimizing compiler. 18 Fixed bugs involving negative zero and the optimizing compiler.
4 19
5 Fixed optimized version of Function.apply(x, arguments). (issue 1592) 20 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
6 21
7 Eliminated uses of deprecated ARM instructions. 22 Eliminated uses of deprecated ARM instructions.
8 23
9 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32. 24 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
10 25
(...skipping 3154 matching lines...) Expand 10 before | Expand all | Expand 10 after
3165 setting break points in them. 3180 setting break points in them.
3166 3181
3167 3182
3168 2008-07-03: Version 0.1.0 3183 2008-07-03: Version 0.1.0
3169 3184
3170 Initial export. 3185 Initial export.
3171 3186
3172 # Local Variables: 3187 # Local Variables:
3173 # mode:text 3188 # mode:text
3174 # End: 3189 # End:
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698