On 08/13/02 Dietmar Maurer wrote: > > Another question: > > Why does the init method already need the filename ? > > Good question. I the early days of the jit I used it to get the address > of the stack frame. But the code seems to be broken and unused, so I > will try to remove the filename parameter (you can pass an arbitrary > string in the meantime).
The string argument is the initial domain name: it makes sense for it to be the filename for the interp and the jit, but an embedding application may use whatever name it wants. The argument should not be removed from the interface. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
