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: Patch to move superblock formation to Tree-SSA


layout_superblocks function).

This patch adds a tree_bb_info struct to basic-block.h, which is analogous to rtl_bb_info.

Why?


You seem to have only added a visited flag.

You could have simply used a bitmap indexed by bb->index to track what was visited, or any other number of ways to keep tracking of whether a block has been visited or not.

Attachment: ssa-tracer.patch
Description: Binary data


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