[code-reflection] RFR: Support storing the code that builds the code model [v11]
    Mourad Abbay 
    mabbay at openjdk.org
       
    Wed Feb 26 18:06:44 UTC 2025
    
    
  
> 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:
  Ensure that block params are inserted in the correct order
-------------
Changes:
  - all: https://git.openjdk.org/babylon/pull/305/files
  - new: https://git.openjdk.org/babylon/pull/305/files/e9fcd8c7..c2323661
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=babylon&pr=305&range=10
 - incr: https://webrevs.openjdk.org/?repo=babylon&pr=305&range=09-10
  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/babylon/pull/305.diff
  Fetch: git fetch https://git.openjdk.org/babylon.git pull/305/head:pull/305
PR: https://git.openjdk.org/babylon/pull/305
    
    
More information about the babylon-dev
mailing list