Blazebit / blaze-expression

Apache License 2.0
5 stars 6 forks source link

Generate anonymous classes to optimize expression interpretation #17

Open beikov opened 3 years ago

beikov commented 3 years ago

The idea is to create a new expression visitor that generates an anonymous class, implementing the whole expression logic in a single method. This should probably depend on a shaded version of ASM and live in a dedicated module.

Not sure when or if this will be done at all, but I wanted to at least record the idea.