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

Side by Side Diff: ChangeLog

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 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 | « AUTHORS ('k') | LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2014-02-25: Version 3.25.2
2
3 Fix the bit massaging code in CompleteParserRecorder::WriteNumber
4 (Chromium issue 346221).
5
6 Revert r19455 "Load target types and handlers before IC computation."
7 (Chromium issue 346149).
8
9 Don't eliminate loads with incompatible types or representations
10 (Chromium issue 346343).
11
12 Fix for a smi stores optimization on x64 with a regression test
13 (Chromium issue 345715).
14
15 Check that after a weak callback, the handle is either dead or strong
16 (Chromium issue 346061).
17
18 negative bounds checking on realm calls (Chromium issue 344285).
19
20 Lazy preparsing vs. lazy parsing fix (Chromium issue 346207).
21
22 Fix optimistic BCE to back off after deopt (issue 3176).
23
24 Performance and stability improvements on all platforms.
25
26
27 2014-02-21: Version 3.25.1
28
29 Performance and stability improvements on all platforms.
30
31
32 2014-02-19: Version 3.25.0
33
34 ES6: Tighten up Object.prototype.__proto__ (issue 3064).
35
36 Fix Hydrogen bounds check elimination (Chromium issue 344186).
37
38 Performance and stability improvements on all platforms.
39
40
41 2014-02-19: Version 3.24.40
42
43 A64: Let the MacroAssembler resolve branches to distant targets (issue
44 3148).
45
46 Fixed and improved code for integral division. Fixed and extended tests
47 (issue 3151).
48
49 MIPS: Fix assignment of function name constant (issue 3138).
50
51 Fix assignment of function name constant (issue 3138).
52
53 Performance and stability improvements on all platforms.
54
55
56 2014-02-14: Version 3.24.39
57
58 Introduce --job-based-sweeping flag and use individual jobs for sweeping
59 if set (issue 3104).
60
61 Performance and stability improvements on all platforms.
62
63
64 2014-02-13: Version 3.24.38
65
66 Merge experimental/a64 to bleeding_edge (issue 3113).
67
68 Performance and stability improvements on all platforms.
69
70
71 2014-02-12: Version 3.24.37
72
73 Fix spec violations in JSON.stringify wrt replacer array (issue 3135).
74
75 Performance and stability improvements on all platforms.
76
77
78 2014-02-11: Version 3.24.36
79
80 Fix inconsistencies wrt whitespaces (issue 3109).
81
82 Performance and stability improvements on all platforms.
83
84
85 2014-02-10: Version 3.24.35
86
87 Fix inconsistencies wrt whitespaces (issue 3109).
88
89 Performance and stability improvements on all platforms.
90
91
92 2014-02-07: Version 3.24.34
93
94 Performance and stability improvements on all platforms.
95
96
97 2014-02-06: Version 3.24.33
98
99 Allow externalizing strings in old pointer space (Chromium issue
100 268686).
101
102 Performance and stability improvements on all platforms.
103
104
105 2014-02-05: Version 3.24.32
106
107 Add Box object to heap profiler.
108
109 Check the offset argument of TypedArray.set for fitting into Smi
110 (Chromium issue 340125).
111
112 Performance and stability improvements on all platforms.
113
114
115 2014-02-04: Version 3.24.31
116
117 Fix short-circuiting logical and/or in HOptimizedGraphBuilder (Chromium
118 issue 336148).
119
120 Elements field of newly allocated JSArray could be left uninitialized in
121 some cases (fast literal case) (Chromium issue 340124).
122
123 Re-enable escape analysis.
124
125 Performance and stability improvements on all platforms.
126
127
128 2014-02-03: Version 3.24.30
129
130 Performance and stability improvements on all platforms.
131
132
133 2014-02-01: Version 3.24.29
134
135 Performance and stability improvements on all platforms.
136
137
138 2014-01-31: Version 3.24.28
139
140 Don't crash in Array.join() if the resulting string exceeds the max
141 string length (Chromium issue 336820).
142
143 Implements ES6 String.prototype.normalize method (issue 2943).
144
145 Performance and stability improvements on all platforms.
146
147
148 2014-01-30: Version 3.24.27
149
150 Performance and stability improvements on all platforms.
151
152
153 2014-01-29: Version 3.24.26
154
155 ES6: Map and Set needs to normalize minus zero (issue 3069).
156
157 Make `String.prototype.{starts,ends}With` throw when passing a regular
158 expression (issue 3070).
159
160 Performance and stability improvements on all platforms.
161
162
163 2014-01-28: Version 3.24.25
164
165 Performance and stability improvements on all platforms.
166
167
168 2014-01-27: Version 3.24.24
169
170 MIPS: Reduce the stack requirements of GetNoCodeAgeSequence (issue
171 3111).
172
173 Delete v8_shell target now that chrome uses d8 (Chromium issue 331585).
174
175 ARM: Reduce the stack requirements of GetNoCodeAgeSequence (issue 3111).
176
177 Performance and stability improvements on all platforms.
178
179
180 2014-01-24: Version 3.24.23
181
182 Performance and stability improvements on all platforms.
183
184
185 2014-01-23: Version 3.24.22
186
187 Fix compilation on x64 architectures (issue 3110).
188
189 Ensure we don't overwrite transitions in SetPropertyIgnoreAttributes
190 (Chromium issue 326155).
191
192 ES6: Implement Object.setPrototypeOf (issue 2675).
193
194 Fixed floor-of-div optimization (Chromium issue 334708).
195
196 Performance and stability improvements on all platforms.
197
198
199 2014-01-22: Version 3.24.21
200
201 Performance and stability improvements on all platforms.
202
203
204 2014-01-21: Version 3.24.20
205
206 ES6: Implement Object.setPrototypeOf (issue 2675).
207
208 Performance and stability improvements on all platforms.
209
210
1 2014-01-20: Version 3.24.19 211 2014-01-20: Version 3.24.19
2 212
3 Introduce a setting to control the toolset for which d8 is compiled 213 Introduce a setting to control the toolset for which d8 is compiled
4 (issue 1775). 214 (issue 1775).
5 215
6 Performance and stability improvements on all platforms. 216 Performance and stability improvements on all platforms.
7 217
8 218
9 2014-01-17: Version 3.24.18 219 2014-01-17: Version 3.24.18
10 220
(...skipping 6518 matching lines...) Expand 10 before | Expand all | Expand 10 after
6529 setting break points in them. 6739 setting break points in them.
6530 6740
6531 6741
6532 2008-07-03: Version 0.1.0 6742 2008-07-03: Version 0.1.0
6533 6743
6534 Initial export. 6744 Initial export.
6535 6745
6536 # Local Variables: 6746 # Local Variables:
6537 # mode:text 6747 # mode:text
6538 # End: 6748 # End:
OLDNEW
« no previous file with comments | « AUTHORS ('k') | LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698