From: Riadh Elloumi <riadh.elloumi@parrot.fr>
Subject: Re: How to dissociate constants from text
Date: Wed, 19 Apr 2006 18:38:29 +0200 [thread overview]
Message-ID: <e25mub$esp$2@reader1.imaginet.fr> (raw)
Sorry for the confusion between emacs and gcc forums. Sure this is not
the right place for my post.
Riadh Elloumi wrote:
> Hi all,
>
> We are using GCC 3.3.3 cross compilation to ARM9e target. In our ARM9
> chip, we have TCM (tightly coupled memory) which is divided in 32K
> instrcutions (I-TCM) and 32K data (D-TCM). As this memory has a Harvard
> architecture, we get 1 wait state when loading a data from the
> instruction part (I-TCM), and zero wait state when fetching it from
> D-TCM. But arm-elf-gcc involves some constants in the end of functions
> and this makes the code slower when executed in I-TCM than in cache...
>
> Is there any option in gcc, or a patch to make him separate these
> constants from the functions, and map them in, let's say, a .constants
> section that we can load in D-TCM.
>
> Thank you in advance for your help.
>
> Riadh.
>
--
Riadh Elloumi
Software Architect
PARROT SA
174, quai de Jemmapes
75010 Paris, France
Tel +33 (0) 1 48 03 70 14
Fax +33 (0) 1 48 03 06 66
Email: riadh.elloumi@parrot.fr
http://www.parrot.biz
next reply other threads:[~2006-04-19 16:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-19 16:38 Riadh Elloumi [this message]
2006-04-20 6:25 ` How to dissociate constants from text Thien-Thi Nguyen
-- strict thread matches above, loose matches on Subject: below --
2006-04-19 16:36 Riadh Elloumi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='e25mub$esp$2@reader1.imaginet.fr' \
--to=riadh.elloumi@parrot.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.