public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Automatically optimizing hand coded assembler
@ 2005-03-18  2:36 Keith Owens
  2005-03-18  4:45 ` David Mosberger
  2005-03-18  4:51 ` Matt Chapman
  0 siblings, 2 replies; 3+ messages in thread
From: Keith Owens @ 2005-03-18  2:36 UTC (permalink / raw)
  To: linux-ia64

The code in ia64_syscall_setup has several independent steps to
execute.  Interleaving the instructions from each step by hand to avoid
empty slots is painful, not to mention error prone.  Are there any
tools available for this task?

I envisage a tool where the user defines the instructions required for
each step separately, including the stop bits needed for ordering
within the individual step.  The resources used by each step must be
disjoint.  The user also defines sync points, where steps must start,
end or join with other steps.  The tool draws the DAG from the sync
points then runs down the DAG, picking instructions from each step to
best fill the slots.  The output is all the instructions, nicely
interleaved to give the minimum number of bundles.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-18  4:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-18  2:36 Automatically optimizing hand coded assembler Keith Owens
2005-03-18  4:45 ` David Mosberger
2005-03-18  4:51 ` Matt Chapman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox