Stream: git-wasmtime

Topic: wasmtime / issue #2715 Pooling instance allocator: use na...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2026 at 17:40):

peterhuene closed issue #2715:

Currently the pooling instance allocator page-aligns each instance in the pool.

This is unnecessary and can lead to wasting some space to alignment padding.

Instances can be aligned according to their natural alignment instead as the pooling instance allocator does not muck around with the backing pages for an instance like it does with the other resources.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2026 at 17:40):

peterhuene commented on issue #2715:

Closing this old issue as I audit my assigned issues.


Last updated: May 03 2026 at 22:13 UTC