On 3/19/07, Marcel Offermans <[EMAIL PROTECTED]> wrote:
Something that might be interesting here is to use Bnd together with
one of the code obfuscators. Not to obfuscate anything, but to rip
out all utility code that is not used. That way you can just inline
the stuff you actually use.

That could be a strategy to try with all utility bundles, not just
this one. It might save you a lot of code in big libraries of which
you use only a small portion.

Interesting, indeed. Couldn't this be done by BND ? After all BND has
all the inter-class dependencies to handle this, or am I completely
wrong ?

Of course this fails blatantly when classes are accessed through
reflection, but this would definitely be a different story...

Regards
Felix

Reply via email to