• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 2.0 and 64-bit support
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Xcode 2.0 and 64-bit support
      • From: Shawn Erickson <email@hidden>
    • Re: Xcode 2.0 and 64-bit support
      • From: Paul Sargent <email@hidden>
  • Prev by Date: Re: Unable to the intValue from NSString nor NSTextField
  • Next by Date: XCode header searching
  • Previous by thread: Re: Unable to the intValue from NSString nor NSTextField
  • Next by thread: Re: Xcode 2.0 and 64-bit support
  • Index(es):
    • Date
    • Thread