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

Memory/perf improvements #367

Merged
merged 6 commits into from
Jul 13, 2023
Merged

Memory/perf improvements #367

merged 6 commits into from
Jul 13, 2023

Conversation

jsoverson
Copy link
Contributor

This PR

  • Moves fetching of wasm bytes til after we check the compiled cache
  • Removed unnecessary clone of wasm bytes
  • Removed weird circular reference of the self:: component that stuck around over time.
  • Added the release-with-debug profile to build optimized binaries that still have debug info.

Note: the old just install-debug task now installs an optimized build with debug symbols. The old dev build has been moved to a just install-dev task.

@jsoverson jsoverson merged commit 586ace0 into main Jul 13, 2023
@jsoverson jsoverson deleted the mem-perf branch July 13, 2023 04:14
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

Successfully merging this pull request may close these issues.

1 participant