[Lldb-commits] [PATCH] D122974: prevent ConstString from calling djbHash() more than once

Luboš Luňák via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 30 02:56:51 PDT 2022


llunak added a comment.

In D122974#3483647 <https://reviews.llvm.org/D122974#3483647>, @llunak wrote:

> I can measure 10% startup time saved when everything is already cached. Funnily enough, profiler consistently claims that saving caches got faster too (I already use D122975 <https://reviews.llvm.org/D122975>).

Never mind, the saving was a bug. But the loading number is valid.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122974/new/

https://reviews.llvm.org/D122974



More information about the lldb-commits mailing list