From 087e8e97e313000e8f188b5668a6e65caa7db24d Mon Sep 17 00:00:00 2001 From: mohanson Date: Wed, 9 Oct 2024 13:17:39 +0800 Subject: [PATCH] Follow Sss's advice --- rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md b/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md index 5aa2aa8d..59118864 100644 --- a/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md +++ b/rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md @@ -233,7 +233,7 @@ The Cycles consumption of each Syscall is as follows. Among them, the constant 5 | process_id | 500 | | load block extension | 500 + BYTES_TRANSFERRED_CYCLES | -In addition, when a VM switches from instantiated to uninstantiated, or from uninstantiated to instantiated, each VM needs `SPAWN_EXTRA_CYCLES_BASE` cycles. +In addition, when a VM switches between instantiated and uninstantiated states, it requires SPAWN_EXTRA_CYCLES_BASE cycles for each transition. ## Spawn Example