Skip to content

Conversation

graalvmbot
Copy link
Collaborator

This PR fixes a bug that caused "other data" to be miscalculated and show a negative number when debug info is used on Windows or on Linux when objcopy is unavailable. The PR also includes some minor improvements.

Before:

[8/8] Creating image...       [****]
  10.09MB (43.92%) for code area:    14,037 compilation units
  12.26MB (53.33%) for image heap:  146,829 objects and 56 resources
   7.39MB (32.15%) for debug info generated in 6.5s
-6757322.00B (-29.41%) for other data
  22.98MB in total

After:

[8/8] Creating image...       [***]
  10.09MB (43.92%) for code area:    14,037 compilation units
  12.26MB (53.33%) for image heap:  146,830 objects and 56 resources
   7.39MB (32.15%) for debug info generated in 4.6s
 630.61kB ( 2.74%) for other data
  22.98MB in total

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 13, 2025
@graalvmbot graalvmbot closed this Feb 13, 2025
@graalvmbot graalvmbot deleted the fniephaus/GR-44775/fix-debug-info branch February 13, 2025 23:31
@graalvmbot graalvmbot merged commit 3e6d566 into master Feb 13, 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