Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Anything wrong Pin
Waldermort31-Mar-11 6:14
Waldermort31-Mar-11 6:14 
GeneralRe: Anything wrong Pin
Smith#31-Mar-11 6:22
Smith#31-Mar-11 6:22 
GeneralRe: Anything wrong Pin
Waldermort31-Mar-11 6:35
Waldermort31-Mar-11 6:35 
GeneralRe: Anything wrong Pin
Luc Pattyn31-Mar-11 7:18
sitebuilderLuc Pattyn31-Mar-11 7:18 
GeneralRe: Anything wrong Pin
CPallini31-Mar-11 7:36
mveCPallini31-Mar-11 7:36 
GeneralRe: Anything wrong Pin
Luc Pattyn31-Mar-11 7:39
sitebuilderLuc Pattyn31-Mar-11 7:39 
GeneralRe: Anything wrong Pin
CPallini31-Mar-11 8:02
mveCPallini31-Mar-11 8:02 
QuestionCompare And Set 64 bit Pin
Waldermort31-Mar-11 1:40
Waldermort31-Mar-11 1:40 
On most 32 bit systems bit 1 and 2 are not used in an address. This allows the CAS algorithm to test an address and also test a flag (very useful for non blocking linked lists).

However on a 64 bit system those 2 bit are in use.

After doing some googling I have found that AMD64 and IA64 use 48 bits. AMD plans to extend that 52 bits.

So my question is, Am I safe to use bit 1 of a 64 bit address, if so will it be portable?
Waldermort

AnswerRe: Compare And Set 64 bit Pin
Klaus-Werner Konrad31-Mar-11 9:06
Klaus-Werner Konrad31-Mar-11 9:06 
QuestionNeed help on windows socket programming Pin
John50231-Mar-11 0:30
John50231-Mar-11 0:30 
AnswerRe: Need help on windows socket programming Pin
Nelek31-Mar-11 0:33
protectorNelek31-Mar-11 0:33 
AnswerRe: Need help on windows socket programming Pin
Dave Calkins31-Mar-11 6:28
Dave Calkins31-Mar-11 6:28 
QuestionVC 6 bug? Pin
includeh1030-Mar-11 16:01
includeh1030-Mar-11 16:01 
AnswerRe: VC 6 bug? Pin
Albert Holguin30-Mar-11 17:10
professionalAlbert Holguin30-Mar-11 17:10 
AnswerRe: VC 6 bug? Pin
_Flaviu30-Mar-11 21:17
_Flaviu30-Mar-11 21:17 
AnswerRe: VC 6 bug? Pin
Hans Dietrich30-Mar-11 22:20
mentorHans Dietrich30-Mar-11 22:20 
AnswerRe: VC 6 bug? Pin
CPallini30-Mar-11 22:29
mveCPallini30-Mar-11 22:29 
AnswerRe: VC 6 bug? Pin
Nyil31-Mar-11 1:34
Nyil31-Mar-11 1:34 
AnswerRe: VC 6 bug? Pin
Smith#31-Mar-11 5:12
Smith#31-Mar-11 5:12 
Questioninvisible the file or folder Pin
sarfaraznawaz30-Mar-11 5:15
sarfaraznawaz30-Mar-11 5:15 
AnswerRe: invisible the file or folder Pin
Code-o-mat30-Mar-11 5:57
Code-o-mat30-Mar-11 5:57 
AnswerRe: invisible the file or folder Pin
Chris Losinger30-Mar-11 7:07
professionalChris Losinger30-Mar-11 7:07 
GeneralRe: invisible the file or folder Pin
Niklas L30-Mar-11 12:13
Niklas L30-Mar-11 12:13 
GeneralRe: invisible the file or folder Pin
sarfaraznawaz30-Mar-11 18:58
sarfaraznawaz30-Mar-11 18:58 
GeneralRe: invisible the file or folder Pin
sarfaraznawaz30-Mar-11 19:09
sarfaraznawaz30-Mar-11 19:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.