http://bugzilla.novell.com/show_bug.cgi?id=537764
http://bugzilla.novell.com/show_bug.cgi?id=537764#c27 --- Comment #27 from Geoff Norton <[email protected]> 2010-01-08 18:28:18 UTC --- Laurent, There are a few issues with this patch that Rodrigo and I discussed: #1> It shouldn't be implemented in the GC, but in the runtime. We have no knowledge in the GC about runtime health of a thread, so it should hook into the runtime thread_start / thread_end methods probably #2> Its pthread only, it needs to work on win32. Probably pass a MonoThread or the thread_id from the thread as the arg #3> Its not consistent with other embedding callbacks, we dont add / pass public structs around, add a function that takes 2 args of the callback type (see the profiler api for examples). Thanks -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
