This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Towards guile-gtk 0.18


Jim Blandy <jimb@red-bean.com> writes:

> I'm not sure if this helps you solve your present problem, but I guess
> it's worth noticing that this "Gosh, our automatically generated
> interface adapter stubs are kind of big!" scene has been played out
> before.  Many more times than once, I'd guess.  So some genuinely
> clever thinking is required here.

*grin* Actually there are two problems: size of the automatically
generated stubs (which is not *really* big, 300kb is managable... and
I posted a possible method to reduce this size by a significant
factor), and the fact that all these stubs end up in the same file -
making building cycle astonishingly long. The former is not too much
of a problem, while the latter is - and it's also much easier to
solve, simply split defs file in a clever way.

-- 
How to eff the ineffable?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]