- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Linux Kernel 3.4 has x32-abi support.
http://sites.google.com/site/x32abi/
It allows 32 bit pointers on 64 bit computers for applications, which do not need to access more than 4GB of RAM (that is most normal desktop applications).
This could bring significant performace gain for many applications - extra registers available on x64 processors, without the size (cache) penalty of 64 bit pointers.
Are there any plans to support this arhitecture in Intel C/C++ compiler?
http://sites.google.com/site/x32abi/
It allows 32 bit pointers on 64 bit computers for applications, which do not need to access more than 4GB of RAM (that is most normal desktop applications).
This could bring significant performace gain for many applications - extra registers available on x64 processors, without the size (cache) penalty of 64 bit pointers.
Are there any plans to support this arhitecture in Intel C/C++ compiler?
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page