Get 20M+ Full-Text Papers For Less Than $1.50/day. Start a 14-Day Trial for You or Your Team.

Learn More →

Concise reference manual for the Series macro package

Concise reference manual for the Series macro package Series expressions are transformed into loops by pipelining them---the computation is converted from a form where entire series are computed one after the other to a form where the series are incrementally computed in parallel. In the resulting loop, each individual element is computed just once, used, and then discarded before the next element is computed. For this pipelining to be possible, four restrictions have to be satisfied. Before looking at these restrictions, it is useful to consider a related issue. http://www.deepdyve.com/assets/images/DeepDyve-Logo-lg.png ACM SIGPLAN Lisp Pointers Association for Computing Machinery

Concise reference manual for the Series macro package

ACM SIGPLAN Lisp Pointers , Volume III (1) – Jul 1, 1989

Loading next page...
 
/lp/association-for-computing-machinery/concise-reference-manual-for-the-series-macro-package-ZVn05rKmrr

References

References for this paper are not available at this time. We will be adding them shortly, thank you for your patience.

Publisher
Association for Computing Machinery
Copyright
Copyright © 1989 by ACM Inc.
ISSN
1045-3563
DOI
10.1145/121999.122001
Publisher site
See Article on Publisher Site

Abstract

Series expressions are transformed into loops by pipelining them---the computation is converted from a form where entire series are computed one after the other to a form where the series are incrementally computed in parallel. In the resulting loop, each individual element is computed just once, used, and then discarded before the next element is computed. For this pipelining to be possible, four restrictions have to be satisfied. Before looking at these restrictions, it is useful to consider a related issue.

Journal

ACM SIGPLAN Lisp PointersAssociation for Computing Machinery

Published: Jul 1, 1989

There are no references for this article.