Liste des Groupes | Revenir à c theory |
On 5/6/2024 8:39 PM, immibis wrote:Does the one that simulates ∞ steps terminate?On 5/05/24 21:40, olcott wrote:00 int H(ptr x, ptr x) // ptr is pointer to int functionIf you are claiming that you have some top secret proof that shows>
the above execution trace is incorrect I am taking this as the empty
claims of evidence of election fraud that no one has ever seen.
The simulated execution trace is proven incorrect because it is different from the actual execution trace.
>
This is not top secret - it is very obvious.
>
01 int D(ptr x)
02 {
03 int Halt_Status = H(x, x);
04 if (Halt_Status)
05 HERE: goto HERE;
06 return Halt_Status;
07 }
08
09 int main()
10 {
11 H(D,D);
12 }
Every H/D pair in the universe where D(D) is simulated by the
same H(D,D) that D(D) calls: AS IN THE ABOVE TEMPLATE
Involves 1 to ∞ steps of D and also includes zero to ∞
recursive simulations where H simulates itself simulating D(D).
Les messages affichés proviennent d'usenet.