Liste des Groupes | Revenir à theory |
On 09/05/2025 03:13, olcott wrote:I am only referring to the above hypothetical HHH/DDD pair.On 5/8/2025 8:30 PM, Keith Thompson wrote:PO is being quite deceptive here.olcott <polcott333@gmail.com> writes:>On 5/8/2025 6:49 PM, Keith Thompson wrote:>olcott <polcott333@gmail.com> writes:>
[...]void DDD()"cannot possibly each"?
{
HHH(DDD);
return;
}
>
If you are a competent C programmer then you
know that DDD correctly simulated by HHH cannot
possibly each its own "return" instruction.
I am a competent C programmer (and I don't believe you can make
the same claim). I don't know what HHH is. The name "HHH" tells
me nothing about what it's supposed to do. Without knowing what
HHH is, I can't say much about your code (or is it pseudo-code?).
>
For the purpose of this discussion HHH is exactly
what I said it is. It correctly simulates DDD.
Does HHH correctly simulate DDD *and do nothing else*?
>
Does HHH correctly simulate *every* function whose address is passed
to it? Must the passed function be one that takes no arguments
and does not return a value?
>
Can HHH just *call* the function whose address is passed to it?
If it's a correct simulation, there should be no difference between
calling the function and "correctly simulating" it.
>
My knowledge of C tells me nothing about *how* HHH might simulate
DDD.
>
HHH can only simulate a function that take no arguments
and has no return value. HHH also simulates the entire
chain of functions that this function calls. These can
take arguments or not and have return values or not.
>
Thus HHH ends up simulating itself (and everything
that HHH calls) simulating DDD in an infinite
sequence of recursive emulation until OOM error.
>>We need not know anything else about HHH to>
know that DDD correctly simulated by HHH cannot
possibly REACH its own "return" instruction.
Assuming that HHH(DDD) "correctly simulates" DDD, and assuming it
does nothing else, your code would be equivalent to this:
>
void DDD(void) {
DDD();
return;
}
>
Exactly. None of these people on comp.theory could
get that even after three years.
>
His simulation is in fact a single-stepped x86 instruction 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.A full simulation of infinite recursion?
Oh, did he forget to mention that? Anyhow, in the general case with / partial/ simulation there is more to think about as it is obvioudly / not/ logically equivalent to direct execution.That is changing the subject away from
Oh, and obviously everybody in comp.theory gets all this. The problem is with PO and his inability to communicate his ideas properly and his inability to understand what other people understand or disagree with. He goes on for months/years claiming people don't understand things they agree with, but it's down to his duffer wording...No one here ever agreed that when 1 or more
Everybody on comp.theory understands this much.Then the return statement (which is unnecessary anyway) will never be>
reached.
It is only there to mark a final halt state.
>In practice, the program will likely crash due to a stack>
overflow, 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.
>
Yes you totally have this correctly.
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.
PO's plan is that when he goes elsewhere he can start with noobies and trick them into agreeing with certain "wordings" by not explaining relevent context for his questions. Then he goes back to comp.theory and triumphantly claims support from elsewhere, proving to himself that comp.theory posters are all idiots. :)Unless we go one tiny step at a time everyone
So beware!
>Hmm, did PO make it clear that when he saysThis conclusion relies on my understanding of what you've said about
your code, which I consider to be unreliable.
"..DDD correctly simulated by HHH cannot
possibly REACH its own "return" instruction."
he is not talking about whether "DDD halts"? [I.e. halts when run directly from main() outside of a simulator.] No, what he is talking about is whether the /step-by-step partial simuation/ of DDD performed by HHH proceeds as far as DDD returning.When 1 or more steps of DDD are correctly simulated
Don't forget - HHH is allowed to simply stop simulating and return whenever it likes! Maybe it only wants to simulate 48 x86 instructions, or just 1, or maybe it's in for the long haul and simulates until DDD returns [if it ever does].When 1 or more steps of DDD are correctly simulated
So you need to re-analyse everything you've said with this new information that PO forgot to make clear.--
Regards,
Mike.
Les messages affichés proviennent d'usenet.