ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Consider turning off lazy table initialization

Open Stebalien opened this issue 7 months ago • 0 comments

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.

Stebalien avatar Apr 08 '25 01:04 Stebalien