Translation Validation¶
Pnueli, A., Siegel, M., & Singerman, E. (1998). Translation Validation. Tools and Algorithms for the Construction and Analysis of Systems.
Cited by¶
2 citations across 2 artifacts.
Each citation links to the sentence it supports in the citing article.
Mechanisms¶
- Compiler Intermediate-Representation Lowering Pipeline
- The honest discipline is to treat each pass's legality as a claim to be checked, not assumed — pairing the pipeline with per-build translation validation
This sourceValidates each individual compiler run by checking that the generated target correctly implements the submitted source program.
- The honest discipline is to treat each pass's legality as a claim to be checked, not assumed — pairing the pipeline with per-build translation validation
- Translation Validation Checker
- Its strength is high-assurance transformation without the enormous cost of a once-and-for-all verified transformer, and it keeps working as the transformer evolves — you re-validate each build instead of re-proving the tool.
This sourceIt yields per-run soundness — a guarantee about the translation performed, not about the compiler in general.
- Its strength is high-assurance transformation without the enormous cost of a once-and-for-all verified transformer, and it keeps working as the transformer evolves — you re-validate each build instead of re-proving the tool.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:1f08106c02a0 · see in the full table