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

Side by Side Diff: ChangeLog

Issue 153923005: A64: Synchronize with r17525. (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 | build/features.gypi » ('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-11-06: Version 3.23.0
2
3 Fixed loading message from an Error object. (Chromium issue 306220)
4
5 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
6
7 Made snapshots reproducible. (issue 2885)
8
9 Added missing negative dictionary lookup to NonexistentHandlerFrontend.
10 (issue 2980)
11
12 Performance and stability improvements on all platforms.
13
14
15 2013-10-31: Version 3.22.24
16
17 Fixed uint32-to-smi conversion in Lithium.
18 (Chromium issue 309623)
19
20 Performance and stability improvements on all platforms.
21
22
1 2013-10-28: Version 3.22.23 23 2013-10-28: Version 3.22.23
2 24
3 Renamed deprecated __attribute__((no_address_safety_analysis)) to 25 Renamed deprecated __attribute__((no_address_safety_analysis)) to
4 __attribute__((no_sanitize_address)) (Chromium issue 311283) 26 __attribute__((no_sanitize_address)) (Chromium issue 311283)
5 27
6 Defined DEBUG for v8_optimized_debug=2 28 Defined DEBUG for v8_optimized_debug=2
7 29
8 Performance and stability improvements on all platforms. 30 Performance and stability improvements on all platforms.
9 31
10 32
(...skipping 6152 matching lines...) Expand 10 before | Expand all | Expand 10 after
6163 setting break points in them. 6185 setting break points in them.
6164 6186
6165 6187
6166 2008-07-03: Version 0.1.0 6188 2008-07-03: Version 0.1.0
6167 6189
6168 Initial export. 6190 Initial export.
6169 6191
6170 # Local Variables: 6192 # Local Variables:
6171 # mode:text 6193 # mode:text
6172 # End: 6194 # End:
OLDNEW
« no previous file with comments | « no previous file | build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698