This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] testsuite: Add new effective target keywords


Am Montag, 18. April 2005 17:37 schrieb Ian Lance Taylor:
> Not that it matters for this patch, but this turns out not to be the
> case.  A trampoline is a bit of code with three properties: 1) it sets
> .... 
> While a naive implementation would be inefficient, my point is that it
> is not impossible to implement trampolines on a Harvard architecture.
> It's merely painful.
>
> Ian
You're right. What I myself had thought about is sacrifycing re-entrancy and 
using some static storage for the pointers ... Anyway, I think that there are 
much more important issues for the embedded targets right now ... , e.g. the 
much desired sticky attributes on memory references that would make it 
possible to distinguish different adress spaces ... :-) 

Yours,

BjÃrn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]