ILE C/C++ Programmer's Guide
When the RTBND(*LLP64) option is in effect:
- An 8-byte pointer can point to teraspace only.
- An 8-byte procedure pointer always refers to an active procedure through
teraspace.
- The only 8-byte pointer types are space pointers and procedure
pointers.
- You cannot specify the *LLP64 parameter of the RTBND option if
the C++ program:
- Uses demangling code (8-byte and 16-byte pointer names are
mangled differently)
- Calls objects created with previous versions of the compiler (they are not
binary-compatible)
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.