On Mon, 14 Sep 2026 21:31:22 GMT, Chen Liang <[email protected]> wrote:

> Yes, but if we can just attach an intrinsic to a MH tree, we can interpret 
> that tree instead of crafting a LF to interpret (more methods).

Not sure what you have in mind here, but it's possible to compile a LambdaForm 
instance in an adhoc manner and attach arbitrary bytecode to it. (Invocation 
unconditionally goes through `MH.fom.vmentry` chain, but `vmentry` can point at 
an arbitrary method.) The question is how attractive such solution is from 
maintenance perspective compared to `LambdaForm`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/32817#issuecomment-5687992175

Reply via email to