[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AW: AW: [avr-gcc-list] Compiler error
From: |
Jeff Barlow |
Subject: |
Re: AW: AW: [avr-gcc-list] Compiler error |
Date: |
Tue, 31 May 2005 08:34:46 -0700 |
"Haase Bjoern (PT-BEU/EMT) *" <address@hidden> wrote:
>IIUC, Marek is trying hard to keep working with 2-Byte pointers by introducing
>jump stubs in the lower 64k memory for functions residing in > 128k memory. So
>there will most probably never be need for 3-Byte pointers.
Keep in mind that it is common for RTOS task schedulers to save
pointers to arbitrary locations in the code. Jump stubs will
never work for that.
--
Later,
Jeff