doc: one more enableInitializersExecution remark

This commit is contained in:
Sebastian Ullrich 2023-08-09 12:39:04 +02:00 committed by Leonardo de Moura
parent 133e03ce7f
commit ff45efe3fa

View file

@ -17,6 +17,8 @@ Remark: it is not safe to run `initialize` code when using multiple threads.
Remark: Any loaded native Lean code must match its imported version. In particular,
no two versions of the same module may be loaded when this flag is set.
No native code may be loaded after its module has been imported.
Remark: Compacted module regions must not be freed when using this flag as the
cached initializer results may reference objects in them.
Remark: The Lean frontend executes this method at startup time.
-/
@[export lean_enable_initializer_execution]