[PATCH] D110123: [Proof of concept] Serialize fewer transitive methods in `METHOD_POOL`.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 13 13:37:46 PDT 2021


vsapsai updated this revision to Diff 379516.
vsapsai added a comment.

Try to preserve the order of methods when populating the global method pool.

This attempt is more successful at keeping the existing code working though I
still have 1 unexpected warning that requires further investigation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110123

Files:
  clang/lib/Serialization/ASTReader.cpp
  clang/lib/Serialization/ASTWriter.cpp
  clang/test/Modules/lookup.m
  clang/test/Modules/method_pool_transitive.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110123.379516.patch
Type: text/x-patch
Size: 6753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211013/52c4afe3/attachment.bin>


More information about the cfe-commits mailing list