[PATCH] D51788: [winasan] Reduce hotpatch prefix check to 8 bytes

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 13:57:25 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

I see that we've done this before in https://reviews.llvm.org/rL310419. This was originally added in https://reviews.llvm.org/rL275180. It'd be nice to figure out what tools generate this nop so we can enumerate all the patterns, but for now let's just do this.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51788





More information about the llvm-commits mailing list