This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DOC PATCH: about dump file numbering


On Nov 24, 2010, at 5:38 AM, Diego Novillo wrote:
> How about: "Note that the pass number is computed statically as passes
> get registered into the pass manager.  Thus the numbering is not
> related to the dynamic order of execution of passes.  In particular, a
> pass installed by a plugin could have a number over 200 even if it
> executed quite early."

Ick.  How about renumbering them in dynamic order of execution?  I could imagine trying to track down a problem and being misled by this.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]