[code-reflection] RFR: BytecodeGenerator, BytecodeLift and TestBytecode improvements
Adam Sotona
asotona at openjdk.org
Thu Mar 28 09:42:50 UTC 2024
On Wed, 27 Mar 2024 16:44:51 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> Relatedly i am curious about your thoughts on #40, since there is some connection between that and your testing approach.
I think it may be combined. I've tried to save test code by reuse of parametrized dynamically tested methods and by merging of multiple ops in one test. This would allow to save even more test code by specification of alternative parameter types. The only (temporary) issue I see now is another level of uncertainty added by the transformations, so in case of an error the dynamic content is harder to debug. However that will settle down as all the implementations and tests become more stable.
-------------
PR Comment: https://git.openjdk.org/babylon/pull/44#issuecomment-2024779225
More information about the babylon-dev
mailing list