Skip to main content

MAX_SAVE_DEPTH

Constant MAX_SAVE_DEPTH 

Source
const MAX_SAVE_DEPTH: usize = 32;
Expand description

save() の入れ子上限。

際限なく積むと、壊れた(restore を呼ばない)スクリプトで ヒープを食い潰す。実用上 32 段もあれば足りる。