Skip to content

Conversation

graalvmbot
Copy link
Collaborator

The methods from the base layers inlined in the extension layers are currently parsed a second time in the extension layer build process.

To avoid parsing the methods twice, the graphs from the base layer are persisted and reused.

This PR persists the graphs after analysis and after strengthen graph. The first one is needed for inlining before analysis and the second one for trivial inlining.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 30, 2024
@graalvmbot graalvmbot merged commit d82a349 into master Jul 31, 2024
@graalvmbot graalvmbot deleted the scoppey/GR-54137/persist-graphs branch July 31, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants