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: [LTO][PATCH] splitting lto annotations and functions for LGEN


Doug Kwan (éæå) wrote:
I'm sorry if I mis-read your e-mail.  Are you suggesting that using
both a hash table that maps nodes to indices for fast look up and a
vector for traversal?  Okay, I will change that.

Yeah, I was thinking about having hash-table + VEC instead of hash-table + linked-list. In theory the VEC is easier to maintain and the implementation we have is pretty flexible.



Diego.



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