[PATCH] D50372: Introduce the VTable interleaving scheme to the CFI design documentation

Vlad Tsyrklevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 7 14:34:44 PDT 2018


vlad.tsyrklevich added inline comments.


================
Comment at: clang/docs/ControlFlowIntegrityDesign.rst:283
+At the same time, it is also more efficient in terms of performance because in the interleaved virtual 
+table address points are consecutive, thus the validity check of a virtual vtable pointer is simplified 
+to a range check. 
----------------
simplified to a range check -> always a range check


Repository:
  rC Clang

https://reviews.llvm.org/D50372





More information about the cfe-commits mailing list