|
From: Mark P. <Mar...@Co...> - 2003-11-16 18:07:56
|
Hi, I vote to get rid of BCEL as well. It always seemed large to me. The ASM api indicates it supports attribute manipulation in the bytecode so I should be able to port the bcel package to asm. This feature bytecode libraries might not be that important anyway since the default storage mechanism for attributes will likely switch to side files instead of putting it in the bytecode. Mark > I vote to get rid of BCEL. > > Regards, > Rod > > ----- Original Message ----- > From: "Colin Sampaleanu" <col...@ex...> > To: <spr...@li...> > Sent: Sunday, November 16, 2003 3:38 PM > Subject: [Springframework-developer] Is it worth keeping BCEL around at > all? > > >> You may not know this, but ASM has switched from an LGPL to BSD license. >> Given that BCEL is so big and bloated (BCEL is 20 times larger, 500k vs >> 25k), and runs a lot slower to boot, is it really worth using BCEL in >> any fashion any longer? >> >> Hibernate runs a lot faster with cglib-asm than cglib with BCEL. I think >> cglib 2 won't even offer the option of using BCEL... >> >> The only direct dependency we seem to have on BCEL right now is >> BcelAttributes and BcelAttributeWriter. >> >> What does everybody think? >> >> >> >> >> >> ------------------------------------------------------- >> This SF. Net email is sponsored by: GoToMyPC >> GoToMyPC is the fast, easy and secure way to access your computer from >> any Web browser or wireless device. Click here to Try it Free! >> https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> > > > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |