|
|
|
|
|
by abainbridge
94 days ago
|
|
> Code is formal, and going from C to assembly is deterministic. OK, this is the main thing. Going from C to assembly is not deterministic in a sense because different compilers can produce different output. But the behaviour of the generated assembly is always the same. This isn't true of a spec. |
|
That’s a weird definition of determinism.