On Tue, 12 Jul 2016, Dennis Poon wrote:
Michael Van Canneyt wrote:
On Tue, 12 Jul 2016, Dennis wrote:
I always thought comparison of methods is done on both the data and the
code part.
TMethod = record
Code : CodePointer;
Data : Pointer;
end;
But the followi
Michael Van Canneyt wrote:
On Tue, 12 Jul 2016, Dennis wrote:
I always thought comparison of methods is done on both the data and
the code part.
TMethod = record
Code : CodePointer;
Data : Pointer;
end;
But the following proves it is NOT.
What is the rationale b
On Tue, 12 Jul 2016, Dennis wrote:
I always thought comparison of methods is done on both the data and the code
part.
TMethod = record
Code : CodePointer;
Data : Pointer;
end;
But the following proves it is NOT.
What is the rationale behind such behavior?
AFAIK:
I always thought comparison of methods is done on both the data and the
code part.
TMethod = record
Code : CodePointer;
Data : Pointer;
end;
But the following proves it is NOT.
What is the rationale behind such behavior?
--
program compare_events;
{$mo