Mark Rain
3 Papers
13 Citations
Mark Rain is an academic researcher. The author has contributed to research in topics: Test case & Algorithmic program debugging. The author has an hindex of 3, co-authored 3 publications.
Chat about Author
Papers
Two unusual methods for debugging system software
TL;DR: The Bug Farm, a generator of test cases for compilers, and the Bug Contest, an administrative technique for speeding the process of testing system software achieve a high rate of bug detection while minimizing user revulsion at undebugged software.
10
The structure of the MARY/2 compiler
TL;DR: The language constructs which are the source of the difficulty; the implementation methods actually used; possible trade used; and the character of the programs which these constructs facilitate are discussed.
3
Avoiding trickle-down recompilation in the Mary2 implementation
TL;DR: Programming languages which support separate but not independent compilation are prone to a problem called trickle‐down recompilation, where the exporting compilation unit is recompiled for any reason, its exported interface may change, and so the importing compilation units which are the clients of that interface must be recompiled.