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

Side by Side Diff: ChangeLog

Issue 7778013: NewGC: Merge bleeding edge up to 9009. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 3 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') | MERGE » ('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-24: Version 3.5.8
2
3 Added V8EXPORT attributes for v8::Array::CheckCast and
4 v8::Number::CheckCast.
5
6 Made a slight API change enabling opting out from null termination
7 in String::Write*().
8
9 Fixed arm build for gcc-4.6.
10
11
12 2011-08-22: Version 3.5.7
13
14 Make scanner handle invalid unicode escapes in identifiers correctly.
15
16 Make regexp flag parsing stricter.
17
18 Fix several memory leaks.
19
20
21 2011-08-17: Version 3.5.6
22
23 Fixed issue that could cause crashes when running with --heap-stats.
24
25 Fixed compilation on Linux 2.6.9 and older.
26
27 Fixed live-object-list to work with isolates.
28
29 Fixed memory leaks in zones and isolates.
30
31 Fixed a performance regression for TypedArrays on x64.
32
33 Stability improvements on all platforms.
34
35
36 2011-08-15: Version 3.5.5
37
38 Fixed bugs involving negative zero and the optimizing compiler.
39
40 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
41
42 Eliminated uses of deprecated ARM instructions.
43
44 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
45
46 Removed restriction on the size of disassembled code that is printed.
47
48
49 2011-08-10: Version 3.5.4
50
51 Added a preliminary implementation of ES Harmony weak maps. Weak
52 maps can be enabled by the flag --harmony-weakmaps.
53
54 Introduced a toplevel Makefile to support GYP-based building. GYP
55 can be obtained from http://gyp.googlecode.com.
56
57 Fixed a bug in the length property of functions created by
58 Function.prototype.bind.
59
60 Reduced malloc heap allocation on process startup.
61
62 Several important code generation bug fixes.
63
64 Performance improvements on all platforms.
65
66
1 2011-08-03: Version 3.5.3 67 2011-08-03: Version 3.5.3
2 68
3 MIPS: Port of fix to ClassOf check from ARM. 69 MIPS: Port of fix to ClassOf check from ARM.
4 Patch from Paul Lind <plind44@gmail.com>. 70 Patch from Paul Lind <plind44@gmail.com>.
5 71
6 Stopped using mprotect on Cygwin. 72 Stopped using mprotect on Cygwin.
7 Avoided uninitialized member warning on gcc 4.3.4 73 Avoided uninitialized member warning on gcc 4.3.4
8 Both patches by Bert Belder. 74 Both patches by Bert Belder.
9 75
10 Bug fixes and performance improvements on all platforms. 76 Bug fixes and performance improvements on all platforms.
(...skipping 3123 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 setting break points in them. 3200 setting break points in them.
3135 3201
3136 3202
3137 2008-07-03: Version 0.1.0 3203 2008-07-03: Version 0.1.0
3138 3204
3139 Initial export. 3205 Initial export.
3140 3206
3141 # Local Variables: 3207 # Local Variables:
3142 # mode:text 3208 # mode:text
3143 # End: 3209 # End:
OLDNEW
« no previous file with comments | « .gitignore ('k') | MERGE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698