[libcxx-commits] [PATCH] D137315: [libc++abi] Improve performance of __dynamic_cast

Sirui Mu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 14 23:42:05 PST 2022


Lancern abandoned this revision.
Lancern added a comment.

This revision is abandoned since I screwed it with multiple commits. I re-created 2 new revisions for each of the 2 commits contained in this revision, respectively:

- D138005 <https://reviews.llvm.org/D138005> that contains the behavior-changing commit that takes uses of the `src2dst_offset` hint;
- D138006 <https://reviews.llvm.org/D138006> that contains the refactorings without changing behaviors.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137315



More information about the libcxx-commits mailing list