[PATCH] D27146: Merge strings using a probabilistic algorithm to reduce latency.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 12:59:46 PST 2016


Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu abandoned this revision.
> ruiu added a comment.
>
> Rafael,
>
> Sorry for not marking this as "abandoned". I wrote three patches to approach this problem from different ways, and https://reviews.llvm.org/D27152 is the one that I want to check in. Can you take a look if you are interested?

No problem at all. I did noticed the new patches, I just wanted to
mention that regardless of other improvements I would suggest putting a
hold on probabilistic algorithms like this given the existing potential
in .dwo.

I will hopefully get to the other patches today.

Cheers,
Rafael


More information about the llvm-commits mailing list