Stream: rfc-notifications

Topic: rfcs / PR #5 RFC: Add instance allocator support to Wasmt...


view this post on Zulip RFC notifications bot (Dec 01 2020 at 19:46):

peterhuene updated PR #5 from instance-pools to main:

Rendered RFC

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".

view this post on Zulip RFC notifications bot (Dec 01 2020 at 19:50):

fitzgen submitted PR Review.

view this post on Zulip RFC notifications bot (Dec 03 2020 at 23:25):

peterhuene updated PR #5 from instance-pools to main:

Rendered RFC

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".

view this post on Zulip RFC notifications bot (Dec 06 2020 at 23:37):

peterhuene updated PR #5 from instance-pools to main:

Rendered RFC

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".

view this post on Zulip RFC notifications bot (Jan 23 2021 at 01:27):

fitzgen submitted PR Review.

view this post on Zulip RFC notifications bot (Jan 23 2021 at 02:08):

cfallin submitted PR Review.

view this post on Zulip RFC notifications bot (Jan 25 2021 at 16:57):

alexcrichton submitted PR Review.

view this post on Zulip RFC notifications bot (Jan 25 2021 at 17:21):

pchickey submitted PR Review.

view this post on Zulip RFC notifications bot (Jan 25 2021 at 17:36):

abrown submitted PR Review.

view this post on Zulip RFC notifications bot (Jan 25 2021 at 17:36):

abrown submitted PR Review.

view this post on Zulip RFC notifications bot (Jan 25 2021 at 17:36):

abrown created PR Review Comment:

    /// less host address space for each instance, but a memory access with an offset above 2 GiB will incur

view this post on Zulip RFC notifications bot (Jan 25 2021 at 18:28):

peterhuene updated PR #5 from instance-pools to main:

Rendered RFC

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".

view this post on Zulip RFC notifications bot (Feb 26 2021 at 18:47):

peterhuene merged PR #5.


Last updated: Nov 22 2024 at 17:03 UTC