| Related articles |
|---|
| Sizing the stack kkilzer@inficad.com (Kevin Kilzer) (2001-03-10) |
| Re: Sizing the stack nmh@freenet.de (Nils M Holm) (2001-03-12) |
| From: | Kevin Kilzer <kkilzer@inficad.com> |
| Newsgroups: | comp.compilers |
| Date: | 10 Mar 2001 15:56:15 -0500 |
| Organization: | WinStar GoodNet, Inc. |
| Keywords: | assembler, tools, question, comment |
| Posted-Date: | 10 Mar 2001 15:56:15 EST |
I need a tool that, given assembly language files, can calculate the
maximum depth of the stack that will be used by a program, counted
from some specified entry point.
Any suggestions?
Kevin
[In general it's undecidable, but I'd imagine one could write a static
analyzer that could produce useful results for a lot of real programs.
-John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.