Re: How do simulating termination analyzers work? (in C and C++)

Liste des GroupesRevenir à cl c  
Sujet : Re: How do simulating termination analyzers work? (in C and C++)
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.lang.c comp.lang.c++
Date : 19. Jun 2025, 18:07:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1031g4f$ddh$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Mozilla Thunderbird
On 6/19/2025 12:02 PM, Bonita Montero wrote:
Am 19.06.2025 um 19:00 schrieb olcott:
On 6/19/2025 11:47 AM, Bonita Montero wrote:
Am 19.06.2025 um 16:38 schrieb olcott:
On 6/19/2025 8:25 AM, Bonita Montero wrote:
Am 19.06.2025 um 01:04 schrieb olcott:
>
I don't need any more than the behavior of the posted
C functions.
>
Your question is generic to any language.
>
>
*Non-the-less I still need the answer*
>
You could just give me this answer,
(its very simple and won't take ten minutes)
or as they have done on comp.theory spend three
years and thousands of messages dodging the question.
>
void Infinite_Recursion()
{
   Infinite_Recursion();
   return;
}
>
void Infinite_Loop()
{
   HERE: goto HERE;
   return;
}
>
void DDD()
{
   HHH(DDD);
   return;
}
>
int Sipser_D()
{
   if (HHH(Sipser_D) == 1)
     return 0;
   return 1;
}
>
int DD()
{
   int Halt_Status = HHH(DD);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}
>
My claim is that each of the above functions correctly
simulated by any termination analyzer HHH that can possibly
exist will never stop running unless aborted by HHH.
Can you affirm or correctly refute this?
>
*No one has ever been able to refute this in three years*
>
*Fully operational code*
https://github.com/plolcott/x86utm/blob/master/Halt7.c
>
You deal with a simple question for decades.
That's crazy.
>
It is a very important simple question, yet the
reason why it is very important is outside of
the scope of this group.
>
You can spend hundreds of posts saying why you
won't answer the question or one post and ten
minutes answering it.
>
The people on comp.theory spent thousands of
posts and three years saying why they won't
answer it. That is the *only* reason why I
am here.
 You need a psychiatrist
Ad hominem does not count as a rebuttal and makes
you look foolish.
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
18 Jun 25 * How do simulating termination analyzers work? (in C and C++)32olcott
18 Jun 25 +* Re: How do simulating termination analyzers work? (in C and C++)5Bonita Montero
18 Jun 25 i`* Re: How do simulating termination analyzers work? (in C and C++)4olcott
18 Jun 25 i `* Re: How do simulating termination analyzers work? (in C and C++)3Bonita Montero
18 Jun 25 i  `* Re: How do simulating termination analyzers work? (in C and C++)2olcott
18 Jun 25 i   `- Re: How do simulating termination analyzers work? (in C and C++)1Bonita Montero
18 Jun 25 +* Re: How do simulating termination analyzers work? (in C and C++)23olcott
18 Jun 25 i+* Re: How do simulating termination analyzers work? (in C and C++)21Bonita Montero
18 Jun 25 ii+* Re: How do simulating termination analyzers work? (in C and C++)3olcott
19 Jun 25 iii`* Re: How do simulating termination analyzers work? (in C and C++)2Mikko
19 Jun 25 iii `- Re: How do simulating termination analyzers work? (in C and C++)1olcott
18 Jun 25 ii`* Re: How do simulating termination analyzers work? (in C and C++)17Chris M. Thomasson
19 Jun 25 ii `* Re: How do simulating termination analyzers work? (in C and C++)16olcott
19 Jun 25 ii  +* Re: How do simulating termination analyzers work? (in C and C++)2Mikko
19 Jun 25 ii  i`- Re: How do simulating termination analyzers work? (in C and C++)1olcott
19 Jun 25 ii  `* Re: How do simulating termination analyzers work? (in C and C++)13Bonita Montero
19 Jun 25 ii   `* Re: How do simulating termination analyzers work? (in C and C++)12olcott
19 Jun 25 ii    `* Re: How do simulating termination analyzers work? (in C and C++)11Bonita Montero
19 Jun 25 ii     `* Re: How do simulating termination analyzers work? (in C and C++)10olcott
19 Jun 25 ii      `* Re: How do simulating termination analyzers work? (in C and C++)9Bonita Montero
19 Jun 25 ii       `* Re: How do simulating termination analyzers work? (in C and C++)8olcott
19 Jun 25 ii        `* Re: How do simulating termination analyzers work? (in C and C++)7Bonita Montero
19 Jun 25 ii         `* Re: How do simulating termination analyzers work? (in C and C++)6olcott
19 Jun 25 ii          `* Re: How do simulating termination analyzers work? (in C and C++)5Bonita Montero
19 Jun 25 ii           `* Re: How do simulating termination analyzers work? (in C and C++)4olcott
19 Jun 25 ii            `* Re: How do simulating termination analyzers work? (in C and C++)3Kaz Kylheku
19 Jun 25 ii             +- Re: How do simulating termination analyzers work? (in C and C++) --- Kaz1olcott
20 Jun 25 ii             `- Re: How do simulating termination analyzers work? (in C and C++) --- Kaz1olcott
19 Jun 25 i`- Re: How do simulating termination analyzers work? (in C and C++)1Mikko
19 Jun 25 `* Re: How do simulating termination analyzers work? (in C and C++)3Mikko
19 Jun 25  `* Re: How do simulating termination analyzers work? (in C and C++)2olcott
19 Jun 25   `- Re: How do simulating termination analyzers work? (in C and C++)1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal