Liste des Groupes | Revenir à c theory |
On 8/16/2024 1:42 AM, Fred. Zwarts wrote:Exactly, which proves that the simulation is incomplete. We are speaking of a HHH that aborts. The HHH that does not abort is only in your dreams (and maybe in you cheating program code if you still use the Root variable to change the behaviour of the input to that of a non-input).Op 16.aug.2024 om 04:24 schreef olcott:void DDD()On 8/15/2024 8:57 PM, Richard Damon wrote:>On 8/15/24 8:12 AM, olcott wrote:>On 8/15/2024 2:00 AM, joes wrote:Am Wed, 14 Aug 2024 16:07:43 +0100 schrieb Mike Terry:On 14/08/2024 08:43, joes wrote:>Am Tue, 13 Aug 2024 21:38:07 -0500 schrieb olcott:On 8/13/2024 9:29 PM, Richard Damon wrote:>On 8/13/24 8:52 PM, olcott wrote:You were trying to label an incomplete/partial/aborted simulation asThat is what I said dufuss.A simulation of N instructions of DDD by HHH according to theNope, it is just the correct PARTIAL emulation of the first N
semantics of the x86 language is necessarily correct.
instructions of DDD, and not of all of DDD,
correct.
>how *HHH* returns*Try to show exactly how DDD emulated by HHH returns to its caller*A correct simulation of N instructions of DDD by HHH is sufficientNope, if a HHH returns to its caller,
to correctly predict the behavior of an unlimited simulation.DDDHHH simulates DDD enter the matrix
DDD calls HHH(DDD) Fred: could be eliminated HHH simulatesvoilasecond level
DDD calls HHH(DDD) recursion detected
HHH aborts, returns outside interference DDD haltsHHH halts>
You're misunderstanding the scenario? If your simulated HHH aborts its
simulation [line 5 above],
>>then the outer level H would have aborted its identical simulation
earlier. You know that, right?
That is the part that Joes and Fred do not understand.
>
You do not understand what we say. I have repeated many times that the simulated HHH is aborted before it would halt by itself.
{
HHH(DDD);
return;
}
DDD emulated by HHH according to the semantics of the
x86 language would never halt by itself.
If you do not cheat with the Root variable, the HHH looks more like:The simulating HHH fails to reach that point, proving an incomplete simulation.void Infinite_Recursion()
{
Infinite_Recursion();
OutputString("I never make it here!\n");
}
Unreachable code is unreachable code.
Les messages affichés proviennent d'usenet.