Operating System - HP-UX
1833132 Members
3450 Online
110051 Solutions
New Discussion

query regarding 64-bit porting

 
baji rao
Occasional Contributor

query regarding 64-bit porting

I need to port one of my CDE applications to 64-bit for which
I need to determine the following details about my application,
according to "64-bit porting guidelines document" from hp docs

I need to determine/measure,

1. The amount of private data and shared memory my
Application requires/uses .

Can somebody please help me do this exercise
Knowledge grows with sharing
3 REPLIES 3
Zeev Schultz
Honored Contributor

Re: query regarding 64-bit porting

I think Glance can help you.In Glance you choose process and it's memory regions.Also
can choose there shared memory for this process.Glance isn't free but has an evaluation period of 30-days.

Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
H.Merijn Brand (procura
Honored Contributor

Re: query regarding 64-bit porting

gdb is able to attach to a process, and then you can examine the process' internals, like stack size, and heap size.

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
A. Clay Stephenson
Acclaimed Contributor

Re: query regarding 64-bit porting

This is a bit surprising. Normally the data is only needed to determine whether or not a port to 64-bit land is needed because of memory constraints. If the decision has already been made to port to 64-bit land then anything that will run within 32-bit land memory restrictions will easily run within 64-bit land.

If it ain't broke, I can fix that.