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

Side by Side Diff: ChangeLog

Issue 133443009: A64: Synchronize with r17441. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | Makefile » ('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-28: Version 3.22.23
2
3 Renamed deprecated __attribute__((no_address_safety_analysis)) to
4 __attribute__((no_sanitize_address)) (Chromium issue 311283)
5
6 Defined DEBUG for v8_optimized_debug=2
7
8 Performance and stability improvements on all platforms.
9
10
11 2013-10-25: Version 3.22.22
12
13 Record allocation stack traces. (Chromium issue 277984,v8:2949)
14
15 Performance and stability improvements on all platforms.
16
17
18 2013-10-24: Version 3.22.21
19
20 Performance and stability improvements on all platforms.
21
22
23 2013-10-24: Version 3.22.20
24
25 Made Array.prototype.pop throw if the last element is not configurable.
26
27 Fixed HObjectAccess for loads from migrating prototypes.
28 (Chromium issue 305309)
29
30 Enabled preaging of code objects when --optimize-for-size.
31 (Chromium issue 280984)
32
33 Exposed v8::Function::GetDisplayName to public API.
34 (Chromium issue 17356)
35
36 Performance and stability improvements on all platforms.
37
38
39 2013-10-23: Version 3.22.19
40
41 Fix materialization of captured objects with field tracking.
42 (Chromium issue 298990)
43
44 Performance and stability improvements on all platforms.
45
46
47 2013-10-22: Version 3.22.18
48
49 Add tool to visualize machine code/lithium.
50
51 Handle misaligned loads and stores in load elimination. Do not track
52 misaligned loads and be conservative about invalidating misaligned
53 stores. (issue 2934)
54
55 Performance and stability improvements on all platforms.
56
57
58 2013-10-21: Version 3.22.17
59
60 Harmony: Implement Math.trunc and Math.sign. (issue 2938)
61
62 Performance and stability improvements on all platforms.
63
64
65 2013-10-21: Version 3.22.16
66
67 Performance and stability improvements on all platforms.
68
69
70 2013-10-18: Version 3.22.15
71
72 Enabled calling the SetReference* & SetObjectGroupId functions with a
73 Persistent<SubclassOfValue>.
74
75 Performance and stability improvements on all platforms.
76
77
78 2013-10-17: Version 3.22.14
79
80 Performance and stability improvements on all platforms.
81
82
83 2013-10-16: Version 3.22.13
84
85 Do not look up ArrayBuffer on global object in typed array constructor.
86 (issue 2931)
87
88 Performance and stability improvements on all platforms.
89
90
91 2013-10-15: Version 3.22.12
92
93 Added histograms to track fraction of heap spaces and percentage of
94 generated crankshaft code.
95
96 Moved v8_optimized_debug default value to standalone.gypi.
97
98 Track JS allocations as they arrive with no affection on performance
99 when tracking is switched off (Chromium issue 277984).
100
101 Performance and stability improvements on all platforms.
102
103
104 2013-10-14: Version 3.22.11
105
106 Performance and stability improvements on all platforms.
107
108
109 2013-10-11: Version 3.22.10
110
111 Fixed timezone issues with date-time/parse-* tests.
112 (Chromium issue 2919)
113
114 Added column getter to CpuProfileNode (Chromium issue 302537)
115
116 Performance and stability improvements on all platforms.
117
118
119 2013-10-10: Version 3.22.9
120
121 Ensure only whitelisted stubs have sse2 versions in the snapshot.
122 (fix for chromium 304565)
123
124 Implement ArrayBuffer.isView.
125
126 Performance and stability improvements on all platforms.
127
128
129 2013-10-04: Version 3.22.8
130
131 Performance and stability improvements on all platforms.
132
133
1 2013-10-03: Version 3.22.7 134 2013-10-03: Version 3.22.7
2 135
3 Debug: Allow stepping into on a given call frame 136 Debug: Allow stepping into on a given call frame
4 (Chromium issue 296963). 137 (Chromium issue 296963).
5 138
6 Always use timeGetTime() for TimeTicks::Now() on Windows 139 Always use timeGetTime() for TimeTicks::Now() on Windows
7 (Chromium issue 288924). 140 (Chromium issue 288924).
8 141
9 Performance and stability improvements on all platforms. 142 Performance and stability improvements on all platforms.
10 143
(...skipping 6019 matching lines...) Expand 10 before | Expand all | Expand 10 after
6030 setting break points in them. 6163 setting break points in them.
6031 6164
6032 6165
6033 2008-07-03: Version 0.1.0 6166 2008-07-03: Version 0.1.0
6034 6167
6035 Initial export. 6168 Initial export.
6036 6169
6037 # Local Variables: 6170 # Local Variables:
6038 # mode:text 6171 # mode:text
6039 # End: 6172 # End:
OLDNEW
« no previous file with comments | « no previous file | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698