¡@

Home 

c# Programming Glossary: ia64

The need for volatile modifier in double checked locking in .NET

http://stackoverflow.com/questions/1964731/the-need-for-volatile-modifier-in-double-checked-locking-in-net

model situation. From what I understand on the CLR even on IA64 writes are never reordered writes always have release semantics.. writes always have release semantics . However on IA64 reads may be reordered to come before writes unless they are.. are marked volatile. Unfortuantely I do not have access to IA64 hardware to play with so anything I say about it would be speculation...

How can I determine for which platform an executable is compiled?

http://stackoverflow.com/questions/197951/how-can-i-determine-for-which-platform-an-executable-is-compiled

with Windows executables which are made for x86 x64 and IA64. I'd like to programmatically figure out the platform by examining..

Using lock statement within a loop in C#

http://stackoverflow.com/questions/2113261/using-lock-statement-within-a-loop-in-c-sharp

on double checked locking that in fact dies horribly on IA64 machines. Hence it will probably work for you if your problem..

How to create a .NET setup project with crystal report prerequisite?

http://stackoverflow.com/questions/4779425/how-to-create-a-net-setup-project-with-crystal-report-prerequisite

Microsoft Visual Studio 9.0 Crystal Reports CRRedist IA64 in your Programs folder. There you will find a redistributable..

Is the size of an array constrained by the upper limit of int (2147483647)?

http://stackoverflow.com/questions/573692/is-the-size-of-an-array-constrained-by-the-upper-limit-of-int-2147483647

is a 2 GB limit on any object in .Net. For all x86 x64 and IA64. As with 32 bit Windows operating systems there is a 2GB limit.. size limit will be bigger only if you are using an x64 or IA64 architecture and operating system. Using x64 or IA64 you will.. or IA64 architecture and operating system. Using x64 or IA64 you will have 64 bit allocatable memory instead of 32 bit. If..