filecoin-project / filecoin-project/ref-fvm

Consider turning off lazy table initialization

Open
#2,129 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
422
Forks
154
PR merge metrics
PR metrics pending

Description

Specifically, `wasmtime::Config::table_lazy_init`. We can now turn this off for slower startup time but potentially faster execution time. But we need to make sure that doesn't affect our module instantation timing. Specifically, we need to make sure that the `OnMethodInvocation` gas charge isn't affected. Specifically, we need to check the `on_send` calibration test.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.