[PATCH] D27152: Merge strings using sharded hash tables.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 14:51:34 PST 2016


Rui Ueyama <ruiu at google.com> writes:
>
> This means we produce different results with threads disabled?
>
>
> Yes. But as long as you pass the same command line arguments, results are
> the same.

That is still undesirable. Using --no-threads is convenient for
debugging and it makes it harder if that produces a different result.

Cheers,
Rafael


More information about the llvm-commits mailing list