1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

zsh-workers/10017

This commit is contained in:
Tanaka Akira 2000-03-09 13:49:15 +00:00
parent da55261a17
commit bbd3406523
3 changed files with 43 additions and 23 deletions

View file

@ -1317,7 +1317,10 @@ will be mapped into the shell's memory. This is done in such a way
that multiple instances of the shell running on the same host will
share this mapped function. If neither tt(-r) nor tt(-m) are given,
the tt(zcompile) builtin decides which style is used based on the size
of the resulting wordcode file.
of the resulting wordcode file. On some systems it is impossible to
map wordcode files into memory. On such systems, the functions will
only be read from the files, independent on the mode selected when the
file was created.
In every case, the created file contains two versions of the wordcode,
one for big-endian machines and one for small-endian machines. The