cx
cx copied to clipboard
Test for compiler determinism
As part of stage output for each stage of compiler, we should also plan for compiler determinism test.
- same source code input, should produce same binary output
- verify later
Look for any random number generators in compiler source.