[fpc-devel] Proposal: Supporting initial references	for	weakexternal
    Jeppe Johansen 
    jepjoh2 at es.aau.dk
       
    Wed Jan 12 10:45:40 CET 2011
    
    
  
Den 12-01-2011 10:34, Florian Klaempfl skrev:
> Am 12.01.2011 06:29, schrieb Jeppe Johansen:
>> What do you think about this proposal?
> Is the current solution of using procedure variables so bad? Or what
> does it lack?
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
I just think it's more elegant :)
Especially on Cortex M3 devices where you usually have over 40 IRQ 
vector entries(84 for stm32f103). It might seem like a little much work 
when it's only 5 pointers. But the space required quickly grows when you 
also calculate the cost for initialization into it, which the new 
solution doesn't require
    
    
More information about the fpc-devel
mailing list