wingo pushed a change to branch wip-inlinable-exports in repository guile. discard cff797f Add support for recording inlinable module exports discard e692cba Add pass to resolve free toplevel references in declarative modules discard 8b0cb63 Letrectify links module defs with uses new 3528453 Letrectify links module defs with uses new cfdc44c Mark some elisp runtime modules as non-declarative new e0ae41f Add pass to resolve free toplevel references in declarative modules new dfec137 Add support for recording inlinable module exports new f60e1fa Add inlinable-exports field to modules
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (cff797f) \ N -- N -- N refs/heads/wip-inlinable-exports (f60e1fa) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: module/ice-9/boot-9.scm | 15 +++- module/language/elisp/runtime/function-slot.scm | 3 +- module/language/elisp/runtime/value-slot.scm | 3 +- module/language/tree-il/inlinable-exports.scm | 103 +++++++++++++++++------- module/language/tree-il/letrectify.scm | 3 +- module/language/tree-il/resolve-free-vars.scm | 3 +- 6 files changed, 94 insertions(+), 36 deletions(-)