[code-reflection] Integrated: Support storing the code that builds the code model

Mourad Abbay mabbay at openjdk.org
Fri Apr 4 17:07:06 UTC 2025


On Wed, 22 Jan 2025 12:01:19 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.

This pull request has now been integrated.

Changeset: fbc7e37b
Author:    Mourad Abbay <mabbay at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/fbc7e37b3036e0e98edf3077227b3adea5ce466f
Stats:     507 lines in 8 files changed: 480 ins; 6 del; 21 mod

Support storing the code that builds the code model

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.org/babylon/pull/305


More information about the babylon-dev mailing list