Liste des Groupes | Revenir à theory |
Am Fri, 09 May 2025 10:08:40 -0500 schrieb olcott:On 5/9/2025 4:48 AM, joes wrote:Am Thu, 08 May 2025 22:34:35 -0500 schrieb olcott:Didn't you know this?On 5/8/2025 10:14 PM, Mike Terry wrote:>On 09/05/2025 03:13, olcott wrote:On 5/8/2025 8:30 PM, Keith Thompson wrote:olcott <polcott333@gmail.com> writes:On 5/8/2025 6:49 PM, Keith Thompson wrote:olcott <polcott333@gmail.com> writes:Yeah, so not a full simulation.His simulation is in fact a single-stepped x86 instructionA full simulation of infinite recursion?
simulation, where the stepping of each x86 instruction is under the
HHH's control. HHH can continue stepping the simulation until its
target returns, in which case the situation is logically just like
direct call, as you have described. Or HHH could step just 3 x86
instructions (say) and then decide to return (aka "abort" its
simulation). Let's call that /
partial/ simulation in contrast with /full/ simulation which you've
been supposing.
I am only doing one tiny idea at a time here.
It is incorrect for a simulating termination analyzer to do a full
simulation of a non-halting input.
>HHH can simulate 1 or more instructions of DDD,That's wrong as written. HHH cannot simulate DDD returning in a finiteNo one here ever agreed that when 1 or more instructions of DDD areEverybody on comp.theory understands this much.In practice, the program will likely crash due to a stack overflow,Yes you totally have this correctly.
unless the compiler implements tail-call optimization, in which
case the program might just run forever -- which also means the
unnecessary return statement will never be reached.
None of the dozens of comp.theory people could ever achieve that
level of understanding even after three years. That is why I needed
to post on comp.lang.c.
correctly simulated by HHH that DDD cannot possibly reach its own
"return" instruction.
number of instructions, it takes infinitely many.
this is not actually logically impossible.
When HHH does correctly simulate 1 or more instructions of DDD then DDD
never reaches its "return statement" final halt state.
HHH simulates DDD returning only in an infinite number of steps.void DDD()
Les messages affichés proviennent d'usenet.