projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e385d
)
Add documentation for Haifa ISSUE_RATE
author
Michael Meissner
<meissner@gcc.gnu.org>
Wed, 22 Oct 1997 02:06:18 +0000
(
02:06
+0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Wed, 22 Oct 1997 02:06:18 +0000
(
02:06
+0000)
From-SVN: r16145
gcc/tm.texi
patch
|
blob
|
history
diff --git
a/gcc/tm.texi
b/gcc/tm.texi
index 0b95dbf1850b2ba0963bcd541472ef0b9cbccc6a..007747c6415c10d83d3fe54dbddfb56ae2b2d5bb 100644
(file)
--- a/
gcc/tm.texi
+++ b/
gcc/tm.texi
@@
-7141,4
+7141,10
@@
limited addressing modes. For instance, the SH target has only positive
offsets in addresses. Thus sorting to put the smallest address first
allows the most combinations to be found.
+@findex ISSUE_RATE
+@item ISSUE_RATE
+A C expression that returns how many instructions can be issued at the
+same time if the machine is a superscalar machine. This is only used by
+the @samp{Haifa} scheduler, and not the traditional scheduler.
+
@end table