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: [PATCH] Splitting of virtual definitions (aka. V_MUST_DEF)



On Jun 7, 2004, at 23:08, Jeffrey A Law wrote:
Having a V_MUST_DEF allows us to do some interest things as it
indicates a more precise level of aliasing information.  ie, it
allows us to say that a highly specific area of memory is going
to be changed.  With that information we can improve redundant
load/store elimination in addition to improving alias analysis.

I understand, but when we add 3% to compile time as a result of this, we should have a double look at the data structures we use. How do other compilers record this data?


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