Remix.run Logo
bigstrat2003 21 hours ago

No, determinism is actually required. If compilers changed between producing decent assembly and crap assembly from run to run, we would be reading the generated assembly every single time.

meowkit 17 hours ago | parent [-]

Yall modern compilers do not produce the same thing every time. Compilers have had decades to get really good at what they do. LLMs have been functional for maybe 3 years?

Source: I work on an operating system.