public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Question about pass_fix_loops or other loop fixing classes
@ 2019-08-17  3:52 xerofoify
  0 siblings, 0 replies; only message in thread
From: xerofoify @ 2019-08-17  3:52 UTC (permalink / raw)
  To: GCC Development

Greetings,
I was wondering why the execute function in the file tree-ssa-loop.c
does not for all the pass fixing
classes run it on a separate thread. Seems a good idea to call execute
for these classes on another
thread and then join up with the main thread into order to avoid
shared state or waiting on complex
loops to be optimized.

Maybe I'm missing something so if anyone has a good reason why not let me know,

Nick

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-17  3:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-17  3:52 Question about pass_fix_loops or other loop fixing classes xerofoify

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).