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

Side by Side Diff: ChangeLog

Issue 7277031: Ensure 16-byte stack alignment on Solaris. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comment. Created 9 years, 5 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/platform-solaris.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 2011-06-27: Version 3.4.7 1 2011-06-27: Version 3.4.7
2 2
3 Fixed 64-bit build on FreeBSD. 3 Fixed 64-bit build on FreeBSD.
4 4
5 Added API to set the property attributes for the prototype 5 Added API to set the property attributes for the prototype
6 property on functions created from FunctionTemplates. 6 property on functions created from FunctionTemplates.
7 7
8 Bugfixes and performance work. 8 Bugfixes and performance work.
9 9
10 10
11 2011-06-22: Version 3.4.6 11 2011-06-22: Version 3.4.6
12 12
13 Lowered limit on code space for systems with low memory supply. 13 Lowered limit on code space for systems with low memory supply.
14 14
15 Allowed compiling v8_shell with the 'host' toolset (issue 82437). 15 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
16 16
17 Extended setBreakpoint API to accept partial script name (issue 1418). 17 Extended setBreakpoint API to accept partial script name (issue 1418).
18 18
19 Made multi-line comments not count when deciding whether the '-->' 19 Made multi-line comments not count when deciding whether the '-->'
20 comment starter is first on a line. This matches Safari. 20 comment starter is first on a line. This matches Safari.
21 21
22 Made handling of non-array recievers in Array length setter correct 22 Made handling of non-array recievers in Array length setter correct
23 (issue 1491). 23 (issue 1491).
24 24
25 Added ability to heap profiler to iterate over snapshot's node 25 Added ability to heap profiler to iterate over snapshot's node
26 (issue 1481). 26 (issue 1481).
27 27
28 28
29 2011-06-20: Version 3.4.5 29 2011-06-20: Version 3.4.5
(...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after
2977 setting break points in them. 2977 setting break points in them.
2978 2978
2979 2979
2980 2008-07-03: Version 0.1.0 2980 2008-07-03: Version 0.1.0
2981 2981
2982 Initial export. 2982 Initial export.
2983 2983
2984 # Local Variables: 2984 # Local Variables:
2985 # mode:text 2985 # mode:text
2986 # End: 2986 # End:
OLDNEW
« no previous file with comments | « no previous file | src/platform-solaris.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698