This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] testsuite: Add new effective target keywords
- From: BjÃrn Haase <bjoern dot m dot haase at web dot de>
- To: Ian Lance Taylor <ian at airs dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 18 Apr 2005 17:51:08 +0200
- Subject: Re: [PATCH] testsuite: Add new effective target keywords
- References: <200504072320.46784.bjoern.m.haase@web.de> <200504180902.11819.bjoern.m.haase@web.de> <m3ll7g14gh.fsf@gossamer.airs.com>
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