Skip to main content

Module cache_array_length

Module cache_array_length 

Source

Structsยง

LoopFacts ๐Ÿ”’
Loop body facts that make caching unsafe: variables written, array length mutations and calls that may mutate state.

Staticsยง

CACHE_ARRAY_LENGTH

Functionsยง

call_may_mutate_state ๐Ÿ”’
Whether a call may write storage; array push/pop count since they change the length.
collect_length_reads ๐Ÿ”’
Collects <state dynamic array>.length reads compared against an identifier in expr.
is_array_like ๐Ÿ”’
state_dyn_array ๐Ÿ”’
The state variable expr names, if it is a dynamic array.