public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* DONT_BREAK_DEPENDENCIES bitmask for scheduling
@ 2013-07-01 16:31 Paulo Matos
  2013-12-10 16:18 ` Ramana Radhakrishnan
  0 siblings, 1 reply; 7+ messages in thread
From: Paulo Matos @ 2013-07-01 16:31 UTC (permalink / raw)
  To: gcc

Hi,

Near the start of schedule_block, find_modifiable_mems is called if DONT_BREAK_DEPENDENCIES is not enabled for this scheduling pass. It seems on c6x backend currently uses this.
However, it's quite strange that this is not a requirement for all backends since find_modifiable_mems, moves all my dependencies in SD_LIST_HARD_BACK to SD_LIST_SPEC_BACK even though I don't have DO_SPECULATION enabled.

Since dependencies are accessed later on from try_ready (for example), I would have thought that it would be always good not to call find_modifiable_mems,  given that it seems to 'literally' break dependencies.

Is the behaviour of find_modifiable_mems a bug or somehow expected?

Cheers,

Paulo Matos



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

end of thread, other threads:[~2013-12-11  2:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-01 16:31 DONT_BREAK_DEPENDENCIES bitmask for scheduling Paulo Matos
2013-12-10 16:18 ` Ramana Radhakrishnan
2013-12-10 21:44   ` Maxim Kuvyrkov
2013-12-10 22:14     ` Ramana Radhakrishnan
2013-12-11  0:03       ` Maxim Kuvyrkov
2013-12-11  2:45         ` Ramana Radhakrishnan
2013-12-11  2:56           ` Maxim Kuvyrkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).