Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Timmons
asdf
Commits
307f07fc
Commit
307f07fc
authored
Oct 16, 2018
by
Hugo Ishimaru
Browse files
Doc: Fix typos
parent
26720ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
307f07fc
...
...
@@ -2398,12 +2398,12 @@ or for the entire application.
@code{compile-bundle-op} will create a single fasl file for each of the systems needed,
grouping all its many fasls in one,
so
you
can
deliver
each
system
as
a
single
fasl
so you can deliver each system as a single fasl
.
@code{monolithic-compile-bundle-op} will create a single fasl file for the target system
and all its dependencies,
so you can deliver your entire application as a single fasl.
@code{load-bundle-op} will load the output of @code{compile-bundle-op}.
Note
that
if
it
the
output
is
not
up
-
to
-
date
,
Note that if the output is not up-to-date,
@code{compile-bundle-op} may load the intermediate fasls as a side-effect.
Bundling fasls together matters a lot on ECL,
where the dynamic linking involved in loading tens of individual fasls
...
...
@@ -2459,7 +2459,7 @@ for building a linkable @file{.a} file (Windows: @file{.lib})
from all linkable object dependencies (FFI files, and on ECL, Lisp files too),
and its monolithic equivalent @code{monolithic-lib-op}.
And there is also @code{dll-op}
(respectively its monolithic equivalent @code{monolithic-
lib
-op})
(respectively its monolithic equivalent @code{monolithic-
dll
-op})
for building a linkable @file{.so} file
(Windows: @file{.dll}, MacOS X: @file{.dynlib})
to create a single dynamic library
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment