Please note that ASM is under the LGPL license which I believe is considered incompatible with the Apache license by the ASF. For your own entertainment etc it's fine to play with but it can't be made available through the ASF.
Just my due diligence for the day - I'm sure ya'll are aware of it anyway. :) Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -----Original Message----- From: Robert [mailto:[EMAIL PROTECTED] Sent: Monday, 6 October 2003 1:49 PM To: Jakarta Commons Developers List Subject: Re: [BeanUtils] Interesting Microbenchmarks Maybe the ASM main page says it all :-) Robert wrote: > I'll have to check that one out too. Any particular reason why you chose > ASM over BCEL? > > Chris Nokleberg wrote: > >> Robert wrote: >> >>> By 'generated', do you mean a runtime class generated (something like >>> BCEL for example), not source generation which is then compiled? >>> >>> The numbers are impressive regardless. >> >> >> >> Yes, everything in CGLIB uses the ASM bytecode manipulation library >> (http://asm.objectweb.org/) to dynamically generate classes at runtime. >> >> Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
