Thank you
On Wed, 2 Feb 2022 at 20:24, Gary Gregory wrote:
> I would guess not. PRs (with tests) are welcome in GitHub.
>
> Gary
>
> On Wed, Feb 2, 2022, 12:02 Stefan Reich
> wrote:
>
> > Hi folks,
> >
> > I'm getting into compiling my own little scripting language into Java
> byte
> > code. Sh
I would guess not. PRs (with tests) are welcome in GitHub.
Gary
On Wed, Feb 2, 2022, 12:02 Stefan Reich
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 q
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 jus