Re: Getting pointer to overloaded procedure
- From: "Pieter Zijlstra" <p.zylstra.notthis@xxxxxxxxx>
- Date: Fri, 29 Dec 2006 17:52:13 +0100
William Egge wrote:
Thanks, do you know if there is a way without having to do that?
Like something that requires no setup?
Not that I know of, but maybe there is fancy asm trick which does the
job, you're in the right group for that :)
Basically you need a way to tell the compiler which overloaded
procedure it should use. If the compiler 'thinks' that one of them is
not used it will not generate code for it. I don't know any other way
then using using typed procedure pointers to do that.
--
Pieter
.
- References:
- Getting pointer to overloaded procedure
- From: William Egge
- Re: Getting pointer to overloaded procedure
- From: Pieter Zijlstra
- Re: Getting pointer to overloaded procedure
- From: William Egge
- Getting pointer to overloaded procedure
- Prev by Date: Re: Getting pointer to overloaded procedure
- Next by Date: Re: FPU Control World
- Previous by thread: Re: Getting pointer to overloaded procedure
- Next by thread: Fastcode 2007 Benchmark Compiler
- Index(es):
Relevant Pages
|