On 06/14/02 Santiago Faci wrote: > I know .maxstack instruction is to reserve slots of memory on stack. > But, if I reserve one slot (.maxstack 1) in a method and I use more than > 1 slot of stack the program run correctly under Mono; don't should it > crash? An error should be occur because I have reserved less slots than > slots I use.
We still don't run the verifier on the code before executing it. Our verifier is incomplete: we'll use it eventually. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
