[Mono-bugs] [Bug 69678][Nor] Changed - Inlining does not deal with stackalloc in the callee
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Nov 2004 10:36:39 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69678
--- shadow/69678 2004-11-18 16:12:08.000000000 -0500
+++ shadow/69678.tmp.29659 2004-11-24 10:36:39.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69678
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,10 @@
for (int i = 0; i < 1000; i ++) {
byte* foo = stackalloc byte [128 * 1024];
}
Giving a stack overflow
+
+------- Additional Comments From vargaz@gmail.com 2004-11-24 10:36 -------
+Fixed in SVN HEAD and 1.0.
+