Skip to main content
  • Research Article
  • Published:

Memory-Optimized Software Synthesis from Dataflow Program Graphs with Large Size Data Samples

Abstract

In multimedia and graphics applications, data samples of nonprimitive type require significant amount of buffer memory. This paper addresses the problem of minimizing the buffer memory requirement for such applications in embedded software synthesis from graphical dataflow programs based on the synchronous dataflow (SDF) model with the given execution order of nodes. We propose a memory minimization technique that separates global memory buffers from local pointer buffers: the global buffers store live data samples and the local buffers store the pointers to the global buffer entries. The proposed algorithm reduces 67% memory for a JPEG encoder, 40% for an H.263 encoder compared with unshared versions, and 22% compared with the previous sharing algorithm for the H.263 encoder. Through extensive buffer sharing optimization, we believe that automatic software synthesis from dataflow program graphs achieves the comparable code quality with the manually optimized code in terms of memory requirement.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Hyunok Oh.

Rights and permissions

Reprints and permissions

About this article

Cite this article

Oh, H., Ha, S. Memory-Optimized Software Synthesis from Dataflow Program Graphs with Large Size Data Samples. EURASIP J. Adv. Signal Process. 2003, 650391 (2003). https://doi.org/10.1155/S1110865703212130

Download citation

  • Received:

  • Revised:

  • Published:

  • DOI: https://doi.org/10.1155/S1110865703212130

Keywords