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

Symfile #20

Open
2 of 3 tasks
mmisono opened this issue Dec 16, 2022 · 1 comment
Open
2 of 3 tasks

Symfile #20

mmisono opened this issue Dec 16, 2022 · 1 comment
Assignees

Comments

@mmisono
Copy link
Member

mmisono commented Dec 16, 2022

I just realized that unikernel apparently already has the symbol file support: https://github.com/unikraft/unikraft/blob/b920d20bcbf62d5bad7ed88407692af1580a2839/plat/kvm/Linker.uk#L60

  • Try it, understanding the structure
  • How many symbols are gone after LTO and DCE? How can we keep some symbols?
  • Integrate with ushell
@mmisono mmisono self-assigned this Dec 16, 2022
@mmisono
Copy link
Member Author

mmisono commented May 2, 2023

If we enable CONFIG_OPTIMIZE_SYMFILE=y, then the build system creates build/app-kvm-x86_64.sym using nm command. So basically this is the same as what we are doing now to get symbol information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant