[PATCH] D64597: CodeGet: Init 32bit pointers with 0xFFFFFFFF

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 09:54:55 PDT 2019


hubert.reinterpretcast added a comment.

In D64597#1582950 <https://reviews.llvm.org/D64597#1582950>, @jfb wrote:

> On 32-bit platforms the only region that's likely to trap is the zero page. This seems to be the best choice, but platforms with other regions should be able to tune this value (i.e. I'd accept platform checks here which change the value on such a target).


Sounds good. If I get more information from my internal inquiries, then we'll follow up in a later patch. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64597





More information about the cfe-commits mailing list