|
|
|
|
|
by burgerbrain
5522 days ago
|
|
"The set of all possible inputs for a compiler is infinite, too. Does that mean that compilers are all harangued by the halting problem as well? " No, because unlike this "try all possible inputs" plan for decompilers, compilers only operate on any particular single input. "I think most compilers are written in a way that can be shown to halt, as well." Not C++ compilers (Turing Complete macros) or Lisp dialects (same issue, but even moreso) |
|