Re: Automatic "code-pattern" recognition, in DSP codes

A Pietu Pohjalainen <pohjalai@cc.helsinki.fi>
11 Jul 2005 10:50:25 -0400

          From comp.compilers

Related articles
Automatic "code-pattern" recognition, in DSP codes Miguel.CasasSanchez@ucd.ie (=?ISO-8859-15?Q?Miguel_Cas=E1s-S=E1nchez?=) (2005-07-05)
Re: Automatic "code-pattern" recognition, in DSP codes jle@ural.owlnet.rice.edu (2005-07-11)
Re: Automatic "code-pattern" recognition, in DSP codes bsheff2@yahoo.com (Bob Sheff) (2005-07-11)
Re: Automatic "code-pattern" recognition, in DSP codes codeworker@free.fr (=?iso-8859-1?q?C=E9dric_LEMAIRE?=) (2005-07-11)
Re: Automatic "code-pattern" recognition, in DSP codes darius@raincode.com (Darius Blasband) (2005-07-11)
Re: Automatic "code-pattern" recognition, in DSP codes drizzle76@gmail.com (drizzle) (2005-07-11)
Re: Automatic "code-pattern" recognition, in DSP codes oliver@first.in-berlin.de (Oliver Bandel) (2005-07-11)
Re: Automatic "code-pattern" recognition, in DSP codes pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2005-07-11)
| List of all articles for this month |

From: A Pietu Pohjalainen <pohjalai@cc.helsinki.fi>
Newsgroups: comp.compilers
Date: 11 Jul 2005 10:50:25 -0400
Organization: University of Helsinki
References: 05-07-024
Keywords: DSP, code
Posted-Date: 11 Jul 2005 10:50:25 EDT

Miguel Casás-Sánchez <Miguel.CasasSanchez@ucd.ie> wrote:
> So far I have been doing search for the subject, but found nothing, so
> any help, comment, or pointed direction will be much appreciated.




You could try to look for terms 'program understanding' and 'plan
recognition' for works who are concerned with identifying certain code
patterns. For example:


@book{woods97constraint,
    author = " S. G. Woods and A. E. Quilici and Q. Yang",
    title = "Constraint-Based Design Recovery for Software Reengineering:
Theory and Experiments",
    publisher="Kluwer Academic Publishers",
    address = "Norwell, MA, USA",
    pages = 188,
    year = 1997,
    isbn = "0-7923-8067-3",
}


On the optimization part, the best I've managed to find is related to
the Gospel language, e.g.


@article{ whitfield97approach,
        author = "D. L. Whitfield and M. L. Soffa",
        title = "An approach for exploring code improving transformations",
        journal = "ACM Transactions on Programming Languages and Systems",
        volume = "19",
        number = "6",
        pages = "1053--1084",
        year = "1997",
        url = "citeseer.nj.nec.com/whitfield97approach.html"
}


I would certainly be interested if there were any later efforts on areas
related to these.


br,
pietu Pohjalainen


Post a followup to this message

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