You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pragma (e.g. optphase: storage) would be used (almost) exclusively with standard library builtins that need to be removed for evaluation/storage. These will not be changed often.
The idea is to be able to use the inline: always and inline: case pragmas without having to recompile the dependent modules every time a module containing these pragmas changes.
optphase: storage
) would be used (almost) exclusively with standard library builtins that need to be removed for evaluation/storage. These will not be changed often.inline: always
andinline: case
pragmas without having to recompile the dependent modules every time a module containing these pragmas changes.The text was updated successfully, but these errors were encountered: