Compiler Optimizing assembler

Werner Strydom <wstryd@ilink.nis.za>
3 Nov 1996 00:29:14 -0500

          From comp.compilers

Related articles
Compiler Optimizing assembler wstryd@ilink.nis.za (Werner Strydom) (1996-11-03)
Re: Compiler Optimizing assembler grout@sp55.csrd.uiuc.edu (1996-11-03)
Re: Compiler Optimizing assembler pardo@cs.washington.edu (1996-11-03)
Re: Compiler Optimizing assembler dlmoore@ix.netcom.com (David L Moore) (1996-11-03)
Re: Compiler Optimizing assembler jacob@jacob.remcomp.fr (1996-11-05)
re: Compiler Optimizing assembler JRAITTO@us.oracle.com (JRAITTO.US.ORACLE.COM) (1996-11-05)
Re: Compiler Optimizing assembler Martin.Ward@durham.ac.uk (1996-11-05)
[3 later articles]
| List of all articles for this month |

From: Werner Strydom <wstryd@ilink.nis.za>
Newsgroups: comp.compilers
Date: 3 Nov 1996 00:29:14 -0500
Organization: Compilers Central
Keywords: tools, question

Hi


In the mainframe environment there is many millions of code written in
assembler, mostly the programmers have no previous high level language
experience, so mostly it is unstructured. It can be assumed that
"for" loops will look different depending on the programmer and
situation.


Has any reaserch been done optimizing (code duplication, dead code,
speed optimitization) assembler programs? Where can I find it? All the
papers I have regarding optimatiztion applies to high level languages.


I would like to write a assembler analysis program to analyze this
mainframe assembler and recommend improvements (without actually
making any modification to the source) to the assembler programmer.


Does anyone think this is nuts?


Thanx
Werner
[This isn't nuts at all. It's a big chunk of what "lower CASE" tools do,
though I don't know how many of them work on assembler source. -John]


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.