On 06/04/03 Tony Garnock-Jones wrote: > Does the current mono (>= 0.24) have trouble running methods with more > than 65536 bytes of IL bytecode in them? I'm getting very strange > SIGSEGVs and hangs (without using CPU!) and odd > null-reference-exceptions whenever I cross this "limit".
I just fixed an issue in cvs that may be related (it was not an issue with the size of the IL code, but with the number of symbolic registers allocated for a single basic block). Care to try with mono from cvs and/or to provide a test case if it still doesn't work? lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
