Xcode 2.0 and 64-bit support
Xcode 2.0 and 64-bit support
- Subject: Xcode 2.0 and 64-bit support
- From: Glen Low <email@hidden>
- Date: Wed, 14 Jul 2004 08:09:07 +0800
Hi,
I think this qualifies as borderline NDA territory, since gcc
development is an open thing.
What kind of 64-bit support is there in Xcode 2.0 and Apple gcc 3.5? In
particular:
1. Is sizeof(int) == 4?
2. Is sizeof(long) == 4?
3. Is sizeof(long long) == 8?
4. Is sizeof(void*) == 4 or 8? Or is there some kind of typedef and/or
funky conversion for 32-bit vs. 64-bit pointer?
5. Is size_t same as unsigned long or unsigned long long?
6. Can we now malloc, vm_alloc, mmap more than 2G at a time i.e. will
those low-level UNIXish API's allow a 64-bit parameter as a size?
Cheers, Glen Low
---
pixelglow software | simply brilliant stuff
www.pixelglow.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.