- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am interested in discussing 2 points related to the way the intel compiler places local variables in memory.
1) A table of local variables map (variable name, address offset) would be very useful in debugging an application.
This feature was available in the Ibm Fortran/H extented compiler around 1980-1990.
2) Why the local variable adjacency is not kept the same in the debug and release version of the generated object code ?
Regards
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"1980-1990" those locals would all be in static memory I would think. Are you using /Qsave ? I don't see the point in what you ask for as I can only see relevance if you are trying to do non-standard constructs that need fixed positions of locals. Anyway let us see how this thread develops.

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