Liste des Groupes | Revenir à c theory |
On 6/22/2024 12:13 PM, Richard Damon wrote:Since your H0 has never demonstrated that is actually DOES the correct simulation per your stipulation, you have no grounds to make that claim. Maybe you can eventually fix this problem, but until you do, you can't call it a verified claim.On 6/22/24 12:18 PM, olcott wrote:Apparently your ADD preventing you from paying close attention>>
void DDD()
{
HHH0(DDD);
}
>
The input to HHH0(DDD) includes itself.
The input to HHH1(DDD) DOES NOT include itself.
>
It is stipulated that correct emulation is defined by the
semantics of the x86 programming language and nothing else.
And thus, your emulation traces show that your "Simulating Halt Deciders" do not do a "Correct Simulation"
to ALL of my words.
*Function names adapted to correspond to my updated paper*
void DDD()
{
H0(DDD);
}
*When we stipulate that the only measure of a correct*
*emulation is the semantics of the x86 programming language*
*When we stipulate that the only measure of a correct*
*emulation is the semantics of the x86 programming language*
*When we stipulate that the only measure of a correct*
*emulation is the semantics of the x86 programming language*
*When we stipulate that the only measure of a correct*
*emulation is the semantics of the x86 programming language*
*When we stipulate that the only measure of a correct*
*emulation is the semantics of the x86 programming language*
then we see that when DDD is correctly emulated by H0 that
its call to H0(DDD) cannot possibly return.
_DDD()Nope. If we fix your H0 and H1 to actually show the traces simulated, through H0, and actually get H0 to work as described, then we will see the two traces to be IDENTICAL up to the point that H0 decides to stop its simulation and return.
[00002172] 55 push ebp ; housekeeping
[00002173] 8bec mov ebp,esp ; housekeeping
[00002175] 6872210000 push 00002172 ; push DDD
[0000217a] e853f4ffff call 000015d2 ; call H0(DDD)
[0000217f] 83c404 add esp,+04
[00002182] 5d pop ebp
[00002183] c3 ret
Size in bytes:(0018) [00002183]
When we define H1 as identical to H0 except that DDD does not
call H1 then we see that when DDD is correctly emulated by H1
that its call to H0(DDD) does return. This is the same behavior
as the directly executed DDD().
Les messages affichés proviennent d'usenet.