This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/33974] memory partitioning sucks



------- 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


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