Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-52732] Optimize stack trace information for implicit exceptions. #8675

Merged
merged 1 commit into from Apr 30, 2024

Conversation

graalvmbot
Copy link
Collaborator

Adds a phase that reduces the runtime metadata for implicit exceptions, at the cost of stack trace precision. See the JavaDoc of ReduceImplicitExceptionStackTraceInformationPhase for details how it works.

Because stack trace information is important for development and debugging, the phase is only enable by default for the -O3 optimization level. That also enables it for --pgo builds.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 1, 2024
@graalvmbot graalvmbot force-pushed the cwi/GR-52732-implicit-exceptions branch from 1d35087 to 7ca21b6 Compare April 25, 2024 22:03
@graalvmbot graalvmbot force-pushed the cwi/GR-52732-implicit-exceptions branch from 7ca21b6 to 94d2796 Compare April 29, 2024 21:04
@graalvmbot graalvmbot closed this Apr 30, 2024
@graalvmbot graalvmbot deleted the cwi/GR-52732-implicit-exceptions branch April 30, 2024 05:53
@graalvmbot graalvmbot merged commit d0b3d49 into master Apr 30, 2024
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.

None yet

2 participants