[tree-ssa] One final DCE speedup.

Richard Henderson rth@redhat.com
Fri Oct 17 20:15:00 GMT 2003


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~



More information about the Gcc-patches mailing list