-
Beta Was this translation helpful? Give feedback.
Answered by
raphw
Dec 20, 2023
Replies: 1 comment 1 reply
-
It should be possible, maybe by using an invokedynamic insruction as a replacement where you can defer the definition. There is currently no convenient support for invokedynamic, but you can try adding an instruction using a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Azn9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible, maybe by using an invokedynamic insruction as a replacement where you can defer the definition. There is currently no convenient support for invokedynamic, but you can try adding an instruction using a
StackManipulation
.