On Tue, Feb 04, 2003 at 11:11:18PM -0000, gl wrote: > I commented out the only line of code in algparam.cpp (and replaced it with > a throw, just in case I need it one day). Now my code is now only 8k larger > than the 4.2 equivialent, which is much better - though still not ideal. Do > you have any idea what might be contributing to the rest Wei? Is it due to > the heavy template usage?
No it's probably due to new features like resetting of keys and IVs, and the support for passing parameters by name. The linker might also be bring in things it doesn't need for some reason. I'll look into this more when I have more time and see what's actually going on. What application are you writing that 8k is a concern?
