Skip to content

Conversation

@graalvmbot
Copy link
Collaborator

This PR introduces support for lazy deoptimization, which does not construct the DeoptimizedFrame object during a VM operation, instead deferring its construction to the deopt stub.

Lazy deoptimization is not enabled, but can be enabled by changing the option Deoptimizer.Options.UseLazyDeopt. We plan to enable lazy deoptimization at a later time, after confirming that these changes do not cause regressions to eager deoptimization.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 7, 2025
@graalvmbot graalvmbot closed this Feb 7, 2025
@graalvmbot graalvmbot deleted the ewu/GR-55222-lazy-deopt branch February 7, 2025 21:00
@graalvmbot graalvmbot merged commit b50044e into master Feb 7, 2025
13 checks passed
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