On Tue, Jul 1, 2014 at 2:32 PM, Amruth Raj P <[email protected]> wrote: > I see. I will try this. > > How do I know if a particular flag is associated with a snapshot build or > not? From the code I see that randomize_hashes is being used like any other > flag. I am missing something. > > In this particular issue, you suspect that there were too many hash > collisions while creating strings that led to more GC?
Yes. If not that exact issue, then at least something like it. As to --(no)randomize_hashes, the hash seed is fixed for dictionary objects that are baked into the snapshot but now that I think about it, there are probably dictionaries that don't come from the snapshot. --norandomize_hashes or --hash_seed 42 is probably good for consistency and repeatability. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
