Mill Computing, Inc. Forums The Mill Architecture LLVM and pointers Reply To: LLVM and pointers

Zoxc
Participant
Post count: 7

Is preserving pointers required for C/C++ code or this is only useful to catch overflows before they clobber the reserved bits? What would happen if the source code converts a pointer to a integer, does some arithmetic and converts it back to a pointer?