[Mono-devel-list] Finalize method

Paolo Molaro lupus at ximian.com
Fri Jan 16 06:35:05 EST 2004


On 01/16/04 Ben Maurer wrote:
> Yes, that does look like a bug. Likely, the runtime thinks that you are
> making a finalizer. Please file this in bugzilla.

Cut&paste code: 2 seconds
Compile with mcs: 1 second
Run with mono: 1 second
It says the code is invalid.
Check with monodis: 2 seconds

Are 6 seconds too much work for checking an assumption about a bug?
The issue is in mcs: it seems to insert the finalizer boilerplate
for methods called Finalize (static or not), even if they have a
different signature (I tryed Finalize(int)).
I filed http://bugzilla.ximian.com/show_bug.cgi?id=52933.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list