mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-01 07:20:20 +02:00
Minor NEWS update.
This commit is contained in:
parent
8832e8b68c
commit
139ef2d17c
1 changed files with 4 additions and 4 deletions
8
NEWS
8
NEWS
|
@ -132,10 +132,10 @@ Guile's compiler now uses a Continuation-Passing Style (CPS)
|
||||||
intermediate language, allowing it to reason easily about temporary
|
intermediate language, allowing it to reason easily about temporary
|
||||||
values and control flow. Examples of optimizations that this permits
|
values and control flow. Examples of optimizations that this permits
|
||||||
are optimal contification, optimal common subexpression elimination,
|
are optimal contification, optimal common subexpression elimination,
|
||||||
dead code elimination, parallel moves with at most one temporary,
|
dead code elimination, loop-invariant code motion, loop peeling, loop
|
||||||
allocation of stack slots using precise liveness information, and
|
inversion, parallel moves with at most one temporary, allocation of
|
||||||
closure optimization. For more, see "Continuation-Passing Style" in the
|
stack slots using precise liveness information, and closure
|
||||||
manual.
|
optimization. For more, see "Continuation-Passing Style" in the manual.
|
||||||
|
|
||||||
** Faster interpreter
|
** Faster interpreter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue