$STATIC$ fields emitted in nondeterministic order #4172
Labels
Area-Compilers
Bug
Concept-Determinism
The issue involves our ability to support determinism in binaries and PDBs created at build time.
Language-VB
Resolution-Not Reproducible
The described behavior could not be reproduced by developers
Verification Not Required
Milestone
The VB compiler promotes static local variables to fields of the enclosing type. However, the order in which variables from different methods appear in the output assembly is not deterministic.
We should modify the compiler to ensure they are produced in deterministic order.
The text was updated successfully, but these errors were encountered: