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

Optimize library paths in std.wrap #35

Open
deciduously opened this issue Apr 4, 2024 · 0 comments
Open

Optimize library paths in std.wrap #35

deciduously opened this issue Apr 4, 2024 · 0 comments
Assignees

Comments

@deciduously
Copy link
Member

In the ld_proxy, during wrapper creation we search the available library paths for those libraries listed in NEEDED, and recursively perform this search to locate all transitively needed libraries, producing a final library directory containing only those requested and nothing else. This same optimization is not implemented in, std.wrap(), leading binaries wrapped this way to carry extra unneeded references.

Mirror the logic from ld_proxy to optionally allow building optimized library paths from Tangram Typescript.

@deciduously deciduously self-assigned this Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant