Proceedings of the 1995 International Symposium on Symbolic and Algebraic Computation - ISSAC '95 1995
DOI: 10.1145/220346.220356
|View full text |Cite
|
Sign up to set email alerts
|

On the implementation of dynamic evaluation

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
2
0

Year Published

1997
1997
2020
2020

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 6 publications
(2 citation statements)
references
References 8 publications
0
2
0
Order By: Relevance
“…Early implementations simply handled splittings by redoing the entire computation under stricter constraints [13]. Unnecessary recomputations can be avoided through the use of high-level control structures such as continuations [4]. Unfortunately, efficient implementations of such control structures are rarely available for common programming languages.…”
Section: Previous Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Early implementations simply handled splittings by redoing the entire computation under stricter constraints [13]. Unnecessary recomputations can be avoided through the use of high-level control structures such as continuations [4]. Unfortunately, efficient implementations of such control structures are rarely available for common programming languages.…”
Section: Previous Workmentioning
confidence: 99%
“…Early implementations of dynamic evaluation were therefore naive [13], the computation tree essentially being reevaluated for every separate case: see subsection 4.3.1. In theory, using SCHEME-style continuations or UNIX-style forking, it is possible to factor out many common computations between the different cases; see [4]. We analyze these approaches from a complexity point of view in section 4.3.2.…”
Section: Comparison With Previous Workmentioning
confidence: 99%