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

r124942 - in /branches/sel-sched-branch/gcc: Ch...


Author: abel
Date: Tue May 22 12:33:32 2007
New Revision: 124942

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124942
Log:
2007-05-22  Alexander Monakov  <amonakov@ispras.ru>

        * sel-sched-ir.c (tick_check_dep_with_dw): Rename from
        tick_check_note_dep, ignore cost for true memory dependencies that are
        not likely to alias.
        (tick_check_note_dep): New implementation.
        (tick_check_note_mem_dep): Calculate dependence weight.
        * common.opt (fsel-sched-mem-deps-zero-cost): New option.
        * sched-deps.c (estimate_dep_weak): Remove static qualifier.
        * sched-deps.h (estimate_dep_weak): Declare.


Modified:
    branches/sel-sched-branch/gcc/ChangeLog.sel-sched
    branches/sel-sched-branch/gcc/common.opt
    branches/sel-sched-branch/gcc/sched-deps.c
    branches/sel-sched-branch/gcc/sched-deps.h
    branches/sel-sched-branch/gcc/sel-sched-ir.c


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