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

Side by Side Diff: ChangeLog

Issue 9570016: Prepare push to trunk. Now working on version 3.9.15. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 9 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 2012-03-01: Version 3.9.14
2
3 Performance and stability improvements on all platforms.
4
5
1 2012-02-29: Version 3.9.13 6 2012-02-29: Version 3.9.13
2 7
3 Add code kind check before preparing for OSR. (issue 1900, 115073) 8 Added code kind check before preparing for OSR. (issue 1900, 115073)
4 9
5 Pass zone explicitly to zone-allocation on x64 and ARM. (issue 1802) 10 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
11 ARM.
6 12
7 Port string construct stub to x64. (issue 849) 13 Ported string construct stub to x64. (issue 849)
8 14
9 Performance and stability improvements on all platforms. 15 Performance and stability improvements on all platforms.
10 16
11 17
12 2012-02-28: Version 3.9.12 18 2012-02-28: Version 3.9.12
13 19
14 Fix the negative lookup stub to handle deleted entries in a dictionary. 20 Fixed the negative lookup stub to handle deleted entries in a
15 (issue 1964) 21 dictionary. (issue 1964)
16 22
17 Add a new API where the host can supply a callback function. The 23 Added a new API where the host can supply a callback function. The
18 callback function can resolve the location of a return address on stack 24 callback function can resolve the location of a return address on stack
19 to the location where a return-address rewriting profiler stashed the 25 to the location where a return-address rewriting profiler stashed the
20 original return address. 26 original return address.
21 27
22 When compiling for-in pass correct context value to the increment 28 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
23 instruction. (Chromium issue http://crbug.com/115646) 29 pass correct context value to the increment instruction.
24 30
25 Update breakpoints set with partial file name after compile. 31 Fixed issue 1853: Update breakpoints set with partial file name after
26 (issue 1853) 32 compile.
27 33
28 34
29 2012-02-27: Version 3.9.11 35 2012-02-27: Version 3.9.11
30 36
31 Make 'module' a context-sensitive keyword (V8 issue 1957). 37 Made 'module' a context-sensitive keyword (V8 issue 1957).
32 38
33 39
34 2012-02-24: Version 3.9.10 40 2012-02-24: Version 3.9.10
35 41
36 Fixed V8 issues 1322, 1772 and 1969. 42 Fixed V8 issues 1322, 1772 and 1969.
37 43
38 Conformance improvements. 44 Conformance improvements.
39 45
40 Performance and stability improvements on all platforms. 46 Performance and stability improvements on all platforms.
41 47
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 82
77 Fixed GCC-4.7 warnings. 83 Fixed GCC-4.7 warnings.
78 84
79 Added Navier-Stokes benchmark. 85 Added Navier-Stokes benchmark.
80 86
81 Performance and stability improvements on all platforms. 87 Performance and stability improvements on all platforms.
82 88
83 89
84 2012-02-14: Version 3.9.6 90 2012-02-14: Version 3.9.6
85 91
86 Fix template-related linker error. (issue 1936) 92 Fixed template-related linker error. (issue 1936)
87 93
88 Allow inlining of functions containing object literals. (issue 1322) 94 Allowed inlining of functions containing object literals. (issue 1322)
89 95
90 Add --call-graph-size option to tickprocessor. (issue 1937) 96 Added --call-graph-size option to tickprocessor. (issue 1937)
91 97
92 Heap Snapshot maximum size limit is too low for really big apps. At the 98 Heap Snapshot maximum size limit is too low for really big apps. At the
93 moment the limit is 256MB. (Chromium issue 113015) 99 moment the limit is 256MB. (Chromium issue 113015)
94 100
95 Performance and stability improvements on all platforms. 101 Performance and stability improvements on all platforms.
96 102
97 103
98 2012-02-09: Version 3.9.5 104 2012-02-09: Version 3.9.5
99 105
100 Removed unused command line flags. 106 Removed unused command line flags.
(...skipping 13 matching lines...) Expand all
114 120
115 When rethrowing an exception, print the stack trace of its original 121 When rethrowing an exception, print the stack trace of its original
116 site instead of rethrow site (Chromium issue 60240). 122 site instead of rethrow site (Chromium issue 60240).
117 123
118 Increased size of small stacks from 32k to 64k to avoid hitting limits 124 Increased size of small stacks from 32k to 64k to avoid hitting limits
119 in Chromium (Chromium issue 112843). 125 in Chromium (Chromium issue 112843).
120 126
121 127
122 2012-02-06: Version 3.9.2 128 2012-02-06: Version 3.9.2
123 129
124 Add timestamp to --trace-gc output. (issue 1932) 130 Added timestamp to --trace-gc output. (issue 1932)
125 131
126 Heap profiler reports implicit references. 132 Heap profiler reports implicit references.
127 133
128 Optionally export metadata with libv8 to enable debuggers to inspect V8 134 Optionally export metadata with libv8 to enable debuggers to inspect V8
129 state. 135 state.
130 136
131 137
132 2012-02-02: Version 3.9.1 138 2012-02-02: Version 3.9.1
133 139
134 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo 140 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
135 (Chromium issue 112315). 141 (Chromium issue 112315).
136 142
137 Fixed a crash in dev tools (Chromium issue 107996). 143 Fixed a crash in dev tools (Chromium issue 107996).
138 144
139 Added 'dependencies_traverse': 1 to v8 GYP target. 145 Added 'dependencies_traverse': 1 to v8 GYP target.
140 146
141 Performance and stability improvements on all platforms. 147 Performance and stability improvements on all platforms.
142 148
143 149
144 2012-02-01: Version 3.9.0 150 2012-02-01: Version 3.9.0
145 151
146 Reduce memory use immediately after starting V8. 152 Reduced memory use immediately after starting V8.
147 153
148 Stability fixes and performance improvements on all platforms. 154 Stability fixes and performance improvements on all platforms.
149 155
150 156
151 2012-01-26: Version 3.8.9 157 2012-01-26: Version 3.8.9
152 158
153 Flush number string cache on GC (issue 1605). 159 Flush number string cache on GC (issue 1605).
154 160
155 Provide access to function inferred name with 161 Provide access to function inferred name with
156 v8::Function::GetInferredName in V8 public API. 162 v8::Function::GetInferredName in V8 public API.
(...skipping 3650 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 setting break points in them. 3813 setting break points in them.
3808 3814
3809 3815
3810 2008-07-03: Version 0.1.0 3816 2008-07-03: Version 0.1.0
3811 3817
3812 Initial export. 3818 Initial export.
3813 3819
3814 # Local Variables: 3820 # Local Variables:
3815 # mode:text 3821 # mode:text
3816 # End: 3822 # End:
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