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

Side by Side Diff: ChangeLog

Issue 50943003: Prepare push to trunk. Now working on version 3.23.0. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 2013-10-31: Version 3.22.24
2
3 [Sheriff] Mark failing test for nacl port.
Jakob Kummerow 2013/10/31 13:27:21 drop this
4 (issue 2978)
5 (machenbach@chromium.org)
6
7 [Sheriff] Mark flaky test.
Jakob Kummerow 2013/10/31 13:27:21 drop this
8 (issue 2921)
9 (machenbach@chromium.org)
10
11 Avoid pre-aging when debugger is active
Jakob Kummerow 2013/10/31 13:27:21 drop this
12 (Chromium issue None)
13 (jkummerow@chromium.org)
14
15 Fix uint32-to-smi conversion in Lithium
16 (Chromium issue 309623)
17 (jkummerow@chromium.org)
Jakob Kummerow 2013/10/31 13:27:21 drop all CL authors
18
19 Add no-variants option to test runner.
Jakob Kummerow 2013/10/31 13:27:21 drop this
20 (machenbach@chromium.org)
21
22 Do not remove HAdd with zero if the other operand is a double.
Jakob Kummerow 2013/10/31 13:27:21 drop this
23 (yangguo@chromium.org)
24
25 ia32: Fix comparisons of two constant double operands when exactly one
Jakob Kummerow 2013/10/31 13:27:21 drop this
26 of them is in new space.
27 (jkummerow@chromium.org)
28
29 Temporarily allow HistogramTimerScopes to be nested
Jakob Kummerow 2013/10/31 13:27:21 drop this
30 (jkummerow@chromium.org)
31
32 Function ElementsAreSafeToExamine was undefined in release heap verify.
Jakob Kummerow 2013/10/31 13:27:21 drop this
33 (mvstanton@chromium.org)
34
35 Performance and stability improvements on all platforms.
36
37
1 2013-10-28: Version 3.22.23 38 2013-10-28: Version 3.22.23
2 39
3 Renamed deprecated __attribute__((no_address_safety_analysis)) to 40 Renamed deprecated __attribute__((no_address_safety_analysis)) to
4 __attribute__((no_sanitize_address)) (Chromium issue 311283) 41 __attribute__((no_sanitize_address)) (Chromium issue 311283)
5 42
6 Defined DEBUG for v8_optimized_debug=2 43 Defined DEBUG for v8_optimized_debug=2
7 44
8 Performance and stability improvements on all platforms. 45 Performance and stability improvements on all platforms.
9 46
10 47
(...skipping 6152 matching lines...) Expand 10 before | Expand all | Expand 10 after
6163 setting break points in them. 6200 setting break points in them.
6164 6201
6165 6202
6166 2008-07-03: Version 0.1.0 6203 2008-07-03: Version 0.1.0
6167 6204
6168 Initial export. 6205 Initial export.
6169 6206
6170 # Local Variables: 6207 # Local Variables:
6171 # mode:text 6208 # mode:text
6172 # End: 6209 # 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