peterhuene updated PR #5 from instance-pools
to main
:
This RFC proposes adding an "instance allocator" abstraction to Wasmtime to
allow for alternative instance resource allocation strategies.One such strategy will be a "pooling instance allocator" that can quickly
allocate instances, memories, and tables from the host address space that has
been reserved in advance.This RFC is inspired by a Lucet performance feature called "regions".
fitzgen submitted PR Review.
peterhuene updated PR #5 from instance-pools
to main
:
This RFC proposes adding an "instance allocator" abstraction to Wasmtime to
allow for alternative instance resource allocation strategies.One such strategy will be a "pooling instance allocator" that can quickly
allocate instances, memories, and tables from the host address space that has
been reserved in advance.This RFC is inspired by a Lucet performance feature called "regions".
peterhuene updated PR #5 from instance-pools
to main
:
This RFC proposes adding an "instance allocator" abstraction to Wasmtime to
allow for alternative instance resource allocation strategies.One such strategy will be a "pooling instance allocator" that can quickly
allocate instances, memories, and tables from the host address space that has
been reserved in advance.This RFC is inspired by a Lucet performance feature called "regions".
fitzgen submitted PR Review.
cfallin submitted PR Review.
alexcrichton submitted PR Review.
pchickey submitted PR Review.
abrown submitted PR Review.
abrown submitted PR Review.
abrown created PR Review Comment:
/// less host address space for each instance, but a memory access with an offset above 2 GiB will incur
peterhuene updated PR #5 from instance-pools
to main
:
This RFC proposes adding an "instance allocator" abstraction to Wasmtime to
allow for alternative instance resource allocation strategies.One such strategy will be a "pooling instance allocator" that can quickly
allocate instances, memories, and tables from the host address space that has
been reserved in advance.This RFC is inspired by a Lucet performance feature called "regions".
peterhuene merged PR #5.
Last updated: Nov 22 2024 at 17:03 UTC