[Bug tree-optimization/33974] memory partitioning sucks

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Nov 1 15:30:00 GMT 2007



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-11-01 15:30 -------
Current partitioning has several problems:

 1) Accounting only accounts for memory references through pointers.

 2) Accounting for the number of VOPs a statement will generate and accounting
    for how many accesses a memory symbol will experience are mixed (thus not
    allowing to weight these factors differently easily)

 3) The goal the pscore function tries to set at is not clear (partly due to
    reason 2).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33974



More information about the Gcc-bugs mailing list