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

Side by Side Diff: ChangeLog

Issue 148573005: A64: Synchronize with r16249. (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/toolchain.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-08-19: Version 3.21.0
2
3 Fixed GC-related crasher (Chromium issue 274438)
4
5 Reverted making Intl non-enumerable.
6
7 Performance and stability improvements on all platforms.
8
9
10 2013-08-14: Version 3.20.17
11
12 Fixed Math.round/floor that had bogus Smi representation
13 (Chromium issue 272564)
14
15 Performance and stability improvements on all platforms.
16
17
18 2013-08-13: Version 3.20.16
19
20 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
21
22 Fixed gcmole bugs in i18n code (issue 2745)
23
24 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
25 set (issue 2827)
26
27 Made sure polymorphic element access creates non-replaying
28 phis. (issue 2815)
29
30 Allowed HPhis to have an invalid merge index. (issue 2815)
31
32 Fixed smi-based math floor. (Chromium issue 270268)
33
34 Deprecated self and total time getters and total sample count
35 getter on CpuProfileNode. (Chromium issue 267595)
36
37 Fixed Object.freeze, Object.observe wrt CountOperation and
38 CompoundAssignment. (issue 2774,2779)
39
40 Performance and stability improvements on all platforms.
41
42
1 2013-08-07: Version 3.20.14 43 2013-08-07: Version 3.20.14
2 44
3 Exposed eternal handle api. 45 Exposed eternal handle api.
4 46
5 Bugfix to solve issues with enabling V8 typed arrays in Blink. 47 Bugfix to solve issues with enabling V8 typed arrays in Blink.
6 48
7 Fixed Array index dehoisting. (Chromium issue 264203) 49 Fixed Array index dehoisting. (Chromium issue 264203)
8 50
9 Updated Array Iterator to use numeric indexes (issue 2818) 51 Updated Array Iterator to use numeric indexes (issue 2818)
10 52
(...skipping 5691 matching lines...) Expand 10 before | Expand all | Expand 10 after
5702 setting break points in them. 5744 setting break points in them.
5703 5745
5704 5746
5705 2008-07-03: Version 0.1.0 5747 2008-07-03: Version 0.1.0
5706 5748
5707 Initial export. 5749 Initial export.
5708 5750
5709 # Local Variables: 5751 # Local Variables:
5710 # mode:text 5752 # mode:text
5711 # End: 5753 # End:
OLDNEW
« no previous file with comments | « no previous file | build/toolchain.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698