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

Side by Side Diff: ChangeLog

Issue 23205034: Prepare push to trunk. Now working on version 3.21.5. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 | src/version.cc » ('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
1 2013-08-23: Version 3.21.3 19 2013-08-23: Version 3.21.3
2 20
3 Temporarily disabled optimization for StringWrappers to use native 21 Temporarily disabled optimization for StringWrappers to use native
4 valueOf. (issue 2855) 22 valueOf. (issue 2855)
5 23
6 Fixed crash on function declarations in eval inside non-trivial local 24 Fixed crash on function declarations in eval inside non-trivial local
7 scope. (issue 2594) 25 scope. (issue 2594)
8 26
9 Rewrote SamplingCircularQueue. (issue 2814) 27 Rewrote SamplingCircularQueue. (issue 2814)
10 28
(...skipping 5776 matching lines...) Expand 10 before | Expand all | Expand 10 after
5787 setting break points in them. 5805 setting break points in them.
5788 5806
5789 5807
5790 2008-07-03: Version 0.1.0 5808 2008-07-03: Version 0.1.0
5791 5809
5792 Initial export. 5810 Initial export.
5793 5811
5794 # Local Variables: 5812 # Local Variables:
5795 # mode:text 5813 # mode:text
5796 # End: 5814 # End:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698