[Mono-bugs] [Bug 76011][Wis] Changed - no support for .stackreserve directive

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 7 12:34:48 EDT 2005


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 lupus at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76011

--- shadow/76011	2005-09-07 12:16:21.000000000 -0400
+++ shadow/76011.tmp.26596	2005-09-07 12:34:48.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Wishlist
 Component: IL assembler
 AssignedTo: jankit at novell.com                            
 ReportedBy: vargaz at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -43,6 +43,13 @@
 ------- Additional Comments From kornelpal at hotmail.com  2005-09-07 12:16 -------
 .stackreserve is IMAGE_OPTIONAL_HEADER.SizeOfStackReserve
 
 The runtime don't has to deal with this value as it is handled by 
 Windows loader for executables but monodis and ilasm should support 
 it.
+
+------- Additional Comments From lupus at ximian.com  2005-09-07 12:34 -------
+It's the stack size that is supposed to be used by default for threads
+running the program.
+We don't look at it, because different architectures may require
+different stack sizes and with 2.0 there is a Thread ctor that allows
+setting it anyway per-thread.


More information about the mono-bugs mailing list