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

Side by Side Diff: ChangeLog

Issue 141363005: A64: Synchronize with r15204. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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 | include/v8.h » ('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-06-18: Version 3.19.18
2
3 Fixed read-only attribute of Function.length in strict mode.
4 (issue 2705)
5
6 Fixed Runtime_SetProperty to properly handle OOM failures
7 (Chromium issue 249873)
8
9 Emit deprecated check for constant function transitions.
10 (Chromium issue 250609)
11
12 Made MathFloorOfDiv optimization trigger more often
13 (Issue 2205)
14
15 Make more GCs in idle notification handler.
16 (Chromium issue 241815)
17
18 Increased default type info threshold.
19 (Issue 2730)
20
21 Performance and stability improvements on all platforms.
22
23
24 2013-06-14: Version 3.19.16
25
26 Performance and stability improvements on all platforms.
27
28
29 2013-06-13: Version 3.19.15
30
31 Performance and stability improvements on all platforms.
32
33
34 2013-06-13: Version 3.19.14
35
36 Fixed crashes when calling new Array(a) with a single argument that
37 could result in creating a holey array with a packed elements kind.
38 (Chromium issue 245480)
39
40 Fixed issues in parallel compilation.
41 (Chromium issue 248076)
42
43 Performance and stability improvements on all platforms.
44
45
1 2013-06-11: Version 3.19.13 46 2013-06-11: Version 3.19.13
2 47
3 Performance and stability improvements on all platforms. 48 Performance and stability improvements on all platforms.
4 49
5 50
6 2013-06-10: Version 3.19.12 51 2013-06-10: Version 3.19.12
7 52
8 Fixed arguments array access. (Chromium issue 247303) 53 Fixed arguments array access. (Chromium issue 247303)
9 54
10 Fixed bug in LookupForWrite. (Chromium issue 242332) 55 Fixed bug in LookupForWrite. (Chromium issue 242332)
(...skipping 5474 matching lines...) Expand 10 before | Expand all | Expand 10 after
5485 setting break points in them. 5530 setting break points in them.
5486 5531
5487 5532
5488 2008-07-03: Version 0.1.0 5533 2008-07-03: Version 0.1.0
5489 5534
5490 Initial export. 5535 Initial export.
5491 5536
5492 # Local Variables: 5537 # Local Variables:
5493 # mode:text 5538 # mode:text
5494 # End: 5539 # End:
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698