Re: [gtk-list] Re: A description format for Gtk features



atai@ece.ucsd.edu (Andy Tai) writes:
> 
> > 
> > Hi,
> > 
> > I'm still busy on the general Gtk high-level language binding issues
> > 
> >     http://www-nt.e-technik.uni-dortmund.de/m_mvo/types.html
> > 
> > What do you think?
> 
> I guess this may not be a valid concern, but what you propose, will
> it add much overhead to gtk?  (since to you, robustness is the first
> consideration)

No, almost none at all.

The only significant things are some type checks during signal
handling and object slot setting.  These typechecks have been made
possible by the finer grained type system and are contained in an
g_assert.  That is, they are only there as a debugging aid.

Ah, yes and hashing performance of the type infos migth have suffered,
but I think I can recover that.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]