I would guess not. PRs (with tests) are welcome in GitHub. Gary
On Wed, Feb 2, 2022, 12:02 Stefan Reich <stefan.reich.maker.of....@googlemail.com.invalid> wrote: > Hi folks, > > I'm getting into compiling my own little scripting language into Java byte > code. Short experimentation with both Javassist and BCEL led me to use > BCEL. > > Just a quick question: Has anyone looked into optimizing constant lookups > in ConstantPoolGen (e.g. addInteger)? Right now, they are just scanned > linearly every time. > > Many greetings, > Stefan > > -- > == Gaz.AI == >