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

Side by Side Diff: ChangeLog

Issue 151163005: A64: Synchronize with r16356. (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 | 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-08-26: Version 3.21.4
2
3 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
4
5 Use signals for cpu profiling on Mac OS X (issue 2814).
6
7 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
8
9 Added support for higher CPU profiler sampling rate on posix systems
10 (issue 2814).
11
12 Worked around 'inlining failed' build error with older GCC 4.x releases.
13
14 Added source map support to tick processor.
15
16 Stability improvements on all platforms.
17
18
19 2013-08-23: Version 3.21.3
20
21 Temporarily disabled optimization for StringWrappers to use native
22 valueOf. (issue 2855)
23
24 Fixed crash on function declarations in eval inside non-trivial local
25 scope. (issue 2594)
26
27 Rewrote SamplingCircularQueue. (issue 2814)
28
29 Fixed hidden properties on object with frozen prototype. (issue 2829)
30
31 Fix deoptimization bug. (Chromium issue 274164)
32
33 Stability improvements on all platforms.
34
35
36 2013-08-22: Version 3.21.2
37
38 Stability improvements on all platforms.
39
40
41 2013-08-21: Version 3.21.1
42
43 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
44 (Chromium issue 270527)
45
46 Replaced OS::MemCopy with memcpy in typed array initialization.
47 (Chromium issue 270642)
48
49 Moved i18n break iterator C++ code to runtime (issue 2745)
50
51 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
52 (Chromium issue 263515)
53
54 Fixed register misuse in Allocate() on ARM. (issue 2851)
55
56 Fixed empty handle dereference in Runtime_InternalNumberFormat.
57 (Chromium issue 275467)
58
59 Performance and stability improvements on all platforms.
60
61
1 2013-08-19: Version 3.21.0 62 2013-08-19: Version 3.21.0
2 63
3 Fixed GC-related crasher (Chromium issue 274438) 64 Fixed GC-related crasher (Chromium issue 274438)
4 65
5 Reverted making Intl non-enumerable. 66 Reverted making Intl non-enumerable.
6 67
7 Performance and stability improvements on all platforms. 68 Performance and stability improvements on all platforms.
8 69
9 70
10 2013-08-14: Version 3.20.17 71 2013-08-14: Version 3.20.17
(...skipping 5733 matching lines...) Expand 10 before | Expand all | Expand 10 after
5744 setting break points in them. 5805 setting break points in them.
5745 5806
5746 5807
5747 2008-07-03: Version 0.1.0 5808 2008-07-03: Version 0.1.0
5748 5809
5749 Initial export. 5810 Initial export.
5750 5811
5751 # Local Variables: 5812 # Local Variables:
5752 # mode:text 5813 # mode:text
5753 # End: 5814 # 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