|
|
|
|
|
by maxdamantus
660 days ago
|
|
> Without essentially a formal proof that the output of the compiler is what you expect, you will have to manually inspect every aspect of every output phase of any bootstrapping process. And why would it be easier to manually inspect (prove correct) the output of every phase than to manually inspect (prove correct) the source code? The compiled code will often lose important information about code structure, how abstractions are used, include optimisations, etc. I usually trust my ability to understand source code better than my ability to understand the compiled code. |
|