Re: Some questions on hash_set/hash_map traits

2021-09-09 Thread Richard Biener via Gcc
On Wed, Sep 8, 2021 at 10:50 PM Erick Ochoa via Gcc wrote: > > Hello, > > I am refactoring some old code that runs as an IPA_PASS. This code is > intended to run at link-time using the LTO framework and so I am > always testing it that way. At the moment, I am trying to use > hash-maps but having

Some questions on hash_set/hash_map traits

2021-09-08 Thread Erick Ochoa via Gcc
Hello, I am refactoring some old code that runs as an IPA_PASS. This code is intended to run at link-time using the LTO framework and so I am always testing it that way. At the moment, I am trying to use hash-maps but having some difficulties. I am adding some patches that will help illustrate alo