Skip to content
Commit 27860db2 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up...

Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up vtable layout by moving away from the old final overrider computation code that had O(N^2) complexity in some cases.

llvm-svn: 105447
parent 4a2429aa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment