单词 |
eager evaluation |
释义 |
eager evaluation
eager evaluationAny evaluation strategy where evaluation of some or allfunction arguments is started before their value is required.A typical example is call-by-value, where all arguments arepassed evaluated. The opposite of eager evaluation iscall-by-need where evaluation of an argument is only startedwhen it is required.
The term "speculative evaluation" is very close in meaningto eager evaluation but is applied mostly to parallelarchitectures whereas eager evaluation is used of bothsequential and parallel evaluators.
Eager evaluation does not specify exactly when argumentevaluation takes place - it might be done fully speculatively(all redexes in the program reduced in parallel) or may bedone by the caller just before the function is entered.
The term "eager evaluation" was invented by Carl Hewitt andHenry Baker and used in their paper ["TheIncremental Garbage Collection of Processes", Sigplan Notices,Aug 1977.ftp://ftp.netcom.com/pub/hb/hbaker/Futures.html]. It wasnamed after their "eager beaver" evaluator.
See also conservative evaluation, lenient evaluation,strict evaluation. |
随便看 |
- walker, joseph reddeford
- walker, j.t. ainslie
- walker, jt ainslie
- walker, kara elizabeth
- walker, kenneth n.
- walker lake
- walker lake (disambiguation)
- walker lake state recreation area
- walker, madam c. j.
- walker, maggie lena
- walker, mary e.
- walker, mary edwards
- walker, mort
- walker, moses fleetwood
- walker-murdoch sign
- walkern
- walker-on
- walker percy
- walker problem behavior identification checklist
- walker, ralph
- walker, ralph thomas
- walker, robert
- walker, robert john
- walkers
- walker sarah breedlove
|