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

Isolate mono items #1158

Merged
merged 3 commits into from
Apr 14, 2021
Merged

Isolate mono items #1158

merged 3 commits into from
Apr 14, 2021

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Apr 12, 2021

Handling every mono item individually instead of every codegen unit. This is a requirement for #1087.

This has a slight increase in compiled artifact size as a result:

-rwxr-xr-x 1 bjorn bjorn 21241872 apr 12 11:58 raytracer_cg_clif_before
-rwxr-xr-x 1 bjorn bjorn 21505032 apr 12 11:58 raytracer_cg_clif_after

Marking as draft as this is blocked on bytecodealliance/wasmtime#2750.

@bjorn3 bjorn3 added C-enhancement Category: An issue proposing an enhancement or a PR with one. compile-time How fast is the code compiled S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work. labels Apr 12, 2021
@bjorn3 bjorn3 force-pushed the isolate_mono_items_pr branch from 93831cb to 2f20e44 Compare April 12, 2021 10:10
@bjorn3 bjorn3 force-pushed the isolate_mono_items_pr branch from 2f20e44 to 65420b5 Compare April 14, 2021 08:41
@bjorn3 bjorn3 removed the S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work. label Apr 14, 2021
@bjorn3 bjorn3 marked this pull request as ready for review April 14, 2021 08:41
@bjorn3 bjorn3 merged commit 542e73e into master Apr 14, 2021
@bjorn3 bjorn3 deleted the isolate_mono_items_pr branch April 14, 2021 09:44
@bjorn3 bjorn3 mentioned this pull request Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. compile-time How fast is the code compiled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant