[code-reflection] RFR: Support storing the code that builds the code model [v17]
Mourad Abbay
mabbay at openjdk.org
Wed Mar 12 18:00:06 UTC 2025
On Thu, 6 Mar 2025 15:49:32 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
>> In this PR we allow the user to decide how to store the code model. The first option is `TEXT`, if this is selected, we store the textual representation of the code model. The second option is `CODE_BUILDR`, if this is selected, we store the code that builds the code model. All work done here is around the second option, because the first option is already supported.
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
>
> Load OpFactory and TypeElementFactory before invocation of opMethod only if the opMethod has there params.
#351 need to be merged before this PR
-------------
PR Comment: https://git.openjdk.org/babylon/pull/305#issuecomment-2718679832
More information about the babylon-dev
mailing list