Re: Tool to partition code

"Manish Verma" <--verma@ls12sr.cs.uni-dortmund.de>
15 Jul 2002 23:49:44 -0400

          From comp.compilers

Related articles
Tool to partition code subrama75@hotmail.com (Subramanian N) (2002-06-17)
Re: Tool to partition code --verma@ls12sr.cs.uni-dortmund.de (Manish Verma) (2002-07-15)
| List of all articles for this month |

From: "Manish Verma" <--verma@ls12sr.cs.uni-dortmund.de>
Newsgroups: comp.compilers
Date: 15 Jul 2002 23:49:44 -0400
Organization: University of Dortmund, Germany
References: 02-06-052
Keywords: analysis, bibliography
Posted-Date: 15 Jul 2002 23:49:44 EDT

Subramanian N wrote:


> Hi all, I am trying to build a tool to analyze code (and its dependent
> data) and to partition it into smaller chunks that would fit into
> limited program and data memory (like an overlay? ). Could you give
> me pointers on similar work? Thanks,
>
> Subbu


Hi!
    some papers which I could reference are:


@inproceedings{panda97,
    author = {Panda, P. R. and Dutt, N. D. and Nicolau, A.},
    title = "Efficient Utilization of Scratch-Pad Memory in Embedded
Processor Applications",
    booktitle = {Proc. of European Design and Test Conference},
    month = {Mar.},
    address = {Paris, France},
    year = {1997},
},
@inproceedings{kandemir2001,
    author = {Kandemir, M and Ramanujam, J and Irwin,M J and
Vijaykrishnan,N and Kadayif, I. and Parikh, A.},
    title = {{Dynamic Management of Scratch-Pad Memory Space}},
    booktitle = {Proc. of 38th Design Automation Conference},
    month = {Jun.},
    address = "Las Vegas, NV",
    pages = {690-695},
    year = {2001},
}


@inproceedings{steinke2002,
    author = {Stefan Steinke, Lars Wehmeyer, Bo-Sik Lee and Peter
Marwedel},
    title = {Assigning Program and Data Objects to Scratchpad for Energy
Reduction},
    organization = {DATE},
    booktitle = {Proceedings of the Design and Automation Europe },
    address = {Paris France},
    month = {March},
    year = {2002},
}


Hope you find them useful


Regards
manish


--
-----
Version 1.1
GCS d- s a? C+++ UL+++S++


Post a followup to this message

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