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: [tree-ssa] One final DCE speedup.


On Fri, Oct 17, 2003 at 03:52:36PM -0400, Andrew MacLeod wrote:
> + /* vector indicating an SSA name has already been processed and marked 
> +    as necessary.  */
> + static bool *processed;

I'd think an sbitmap would take less memory.  Which could be
non-inconsequential in large functions...


r~


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