[Mono-bugs] [Bug 359561] Gtk does a lot of boxing because it uses .NET 1.1 code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 13 09:34:41 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=359561

User anders at iola.dk added comment
https://bugzilla.novell.com/show_bug.cgi?id=359561#c4





--- Comment #4 from Anders Rune Jensen <anders at iola.dk>  2008-02-13 07:34:40 MST ---
Alright.

Attached is an implementation of a resizeable uint container that can be used
fix the initial problem easily since the interface is exactly the same as the
arraylist.

I'm a little uncertain as to the plan of action. Will you use this class to
remove all cases where uint are boxed needlessly by going through all the code,
or just fix it for this case and leave this bug report open as a metabug for
further reports of the same kind? 

I'm of course most interested in the first case since problems of this kind
often goes unnoticed because it is masked by the GC :-/ I have no idea how the
whole auto-generation of GTK bindings works so it would probably be best if one
of you guys did it or told me exactly which parts of the code is autogenerated
and which I can convert.

Thanks!


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list