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 reusing the same guest binary #182

Open
ludfjig opened this issue Jan 28, 2025 · 0 comments
Open

Optimize reusing the same guest binary #182

ludfjig opened this issue Jan 28, 2025 · 0 comments
Labels
area/performance Addresses performance lifecycle/confirmed Bug is verified or proposal seems reasonable
Milestone

Comments

@ludfjig
Copy link
Contributor

ludfjig commented Jan 28, 2025

Each time we create a new instance of a sandbox we parse the binary, we should only do this once for each binary. All we need to do for a new instance of a sandbox is to apply any relocations.

@ludfjig ludfjig added the area/performance Addresses performance label Jan 28, 2025
@github-actions github-actions bot added the lifecycle/needs-review The issue has not yet been reviewed. label Jan 28, 2025
@ludfjig ludfjig added lifecycle/confirmed Bug is verified or proposal seems reasonable and removed lifecycle/needs-review The issue has not yet been reviewed. labels Jan 28, 2025
@danbugs danbugs added this to the Backlog milestone Mar 4, 2025
@danbugs danbugs modified the milestones: Backlog, Upcoming Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/performance Addresses performance lifecycle/confirmed Bug is verified or proposal seems reasonable
Projects
Status: No status
Development

No branches or pull requests

2 participants