|
|
|
|
|
by pbasista
88 days ago
|
|
> review the ASM that GCC generates (we don't) Of course we do not. Because there is no need. The process of compiling higher order language to assembly is deterministic and well-tested. There is no need to continue reviewing something that always yields the same result. > We care that it works, and is correct for what it is supposed to do. Exactly. Which is something we do not have with an output of an LLM. Because it can misunderstand or hallucinate. Therefore, we always have to review it. That is the difference between the output of compilers and the output of LLMs. |
|