| Message written at 21 Aug 1999 15:32:31 +0100
--- Copy of mail to slinkp@ulster.net ---
In-reply-to: <37BA5D16.7645F120@ulster.net> (message from Paul Winkler on Wed,
18 Aug 1999 03:13:26 -0400)
References: <37BA5D16.7645F120@ulster.net>
The reason why loscil behaves differently from other opcodes wrt
tables is that loscil is allowed to use non-power-of-two tables and
the others are not. Similarly with a deferred table the only way to
determine its length is to load it (within the current code). It
would be possible to force loading from within tablen, indeed a
trivial change, but I am not sure if that is correct.
Actually I have never used loscil so I am largely ignorant of its
needs. Making a fake loop point may be possible. |