mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
* module/language/tree-il/letrectify.scm (compute-private-toplevels): New function; computes the subset of declarative bindings that are private to a module. If the module exports a macro, all bindings are public, as we have no way to know what binding might be exported. (letrectify): Add #:seal-private-bindings? keyword arg. If true, avoid making boxes for private definitions. * module/language/tree-il/optimize.scm (optimize): Add -Oseal-private-bindings, enabled at -O3. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |