[code-reflection] RFR: OpBuilder optimizations - part 1. [v2]
Paul Sandoz
psandoz at openjdk.org
Fri Nov 14 17:56:10 UTC 2025
On Fri, 14 Nov 2025 14:08:35 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> Probably the best way to do this would be the creation of "shim" AST ClassDef nodes, which have nested shim MethodDef, as needed.
That's a neat i idea. Maybe we only need one specialized JCTree node holding the module op and assuming we can limit the interaction with the other parts of tree processing. Perhaps an instance of a type extending from JCSkip?
-------------
PR Comment: https://git.openjdk.org/babylon/pull/679#issuecomment-3533904733
More information about the babylon-dev
mailing list