|
From: Trey J. <tja...@ic...> - 2003-08-21 22:55:29
|
All, I didn't see any mention of valgrind being strictly 32-bit in the documentation. Does it support 64-bit? TJ -- Trey Jackson tja...@ic... "If you choose not to decide, you still have made a choice." -- Neil Peart |
|
From: Bryan O'S. <bo...@se...> - 2003-08-22 03:39:23
|
On Thu, 2003-08-21 at 14:07, Trey Jackson wrote: > I didn't see any mention of valgrind being strictly 32-bit in the > documentation. Does it support 64-bit? It supports 64-bit code insofar as IA-32 does, yes. <b |
|
From: Nicholas N. <nj...@ca...> - 2003-08-22 08:13:25
|
On Thu, 21 Aug 2003, Trey Jackson wrote: > I didn't see any mention of valgrind being strictly 32-bit in the > documentation. Does it support 64-bit? It's strictly IA-32 only, ie. won't run any 64-bit code. Apparently it can run 32-bit-only code on 64-bit machines like the Opteron; not sure about IA-64 machines though. N |