diff options
author | Andy Wingo <wingo@pobox.com> | 2015-10-22 13:03:51 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-10-22 13:03:51 +0000 |
commit | 139ef2d17c98488fc8e5444bf642699f2ad09e08 (patch) | |
tree | e647ebfa008b3c7da1215c5dad76f501593f04a3 /NEWS | |
parent | 8832e8b68c528fe48e65902692abe713730dd68e (diff) |
Minor NEWS update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -132,10 +132,10 @@ Guile's compiler now uses a Continuation-Passing Style (CPS) intermediate language, allowing it to reason easily about temporary values and control flow. Examples of optimizations that this permits are optimal contification, optimal common subexpression elimination, -dead code elimination, parallel moves with at most one temporary, -allocation of stack slots using precise liveness information, and -closure optimization. For more, see "Continuation-Passing Style" in the -manual. +dead code elimination, loop-invariant code motion, loop peeling, loop +inversion, parallel moves with at most one temporary, allocation of +stack slots using precise liveness information, and closure +optimization. For more, see "Continuation-Passing Style" in the manual. ** Faster interpreter |