Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
eager evaluation

   Any evaluation strategy where evaluation of some or all
   function arguments is started before their value is required.
   A typical example is call-by-value, where all arguments are
   passed evaluated.  The opposite of eager evaluation is
   call-by-need where evaluation of an argument is only started
   when it is required.

   The term "speculative evaluation" is very close in meaning
   to eager evaluation but is applied mostly to parallel
   architectures whereas eager evaluation is used of both
   sequential and parallel evaluators.

   Eager evaluation does not specify exactly when argument
   evaluation takes place - it might be done fully speculatively
   (all redexes in the program reduced in parallel) or may be
   done by the caller just before the function is entered.

   The term "eager evaluation" was invented by Carl Hewitt and
   Henry Baker  and used in their paper ["The
   Incremental Garbage Collection of Processes", Sigplan Notices,
   Aug 1977.
   <ftp://ftp.netcom.com/pub/hb/hbaker/Futures.html>].  It was
   named after their "eager beaver" evaluator.

   See also conservative evaluation, lenient evaluation,
   strict evaluation.

   (1994-12-22)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy