filecoin-project / filecoin-project/ref-fvm
Consider turning off lazy table initialization
Open
- 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
Assessment
This issue has not been assessed yet.