[Mono-bugs] [Bug 81685][Wis] Changed - Stack Overflow detection
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 21 16:49:11 EDT 2007
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81685
--- shadow/81685 2007-05-20 08:55:05.000000000 -0400
+++ shadow/81685.tmp.18983 2007-05-21 16:49:11.000000000 -0400
@@ -36,6 +36,14 @@
HotSpot does this by adding checks to compiled java code, most likely
by touching a memory location a couple of pages down the stack in the
method prolog. This could work for us, but it would slow down every
method call + localloc.
+
+------- Additional Comments From miguel at ximian.com 2007-05-21 16:49 -------
+For trusted execution (our regular code path) I think we would not
+needs this, but we could probably have this optionally enabled for
+when we pass some flag to the runtime (maybe it should be enabled with
+--debug and --security)
+
+
More information about the mono-bugs
mailing list