In view of Gigabyte memories, a lot of interference could also be
avoided, if BL WORD were entitled to ALLOT the space.
A permanent region could serve as a transient region, so
from the users of WORD there is no problem.
: WORD WORD DUP COUNT ALLOT ALIGN ; \ Or some such.
Is this in conflict with the standard?
albert@spenarnc.xs4all.nl writes:
In view of Gigabyte memories, a lot of interference could also be
avoided, if BL WORD were entitled to ALLOT the space.
A permanent region could serve as a transient region, so
from the users of WORD there is no problem.
: WORD WORD DUP COUNT ALLOT ALIGN ; \ Or some such.
Is this in conflict with the standard?
Yes. In
create foo bl word bar drop 1234 ,
foo @ .
the standard specifies that this prints "1234", but with your
redefinition of WORD, it does not.
More formally, the standard specifies that the memory allocated by ,
is contiguous with the data space of FOO, and WORD is not one of the
words that terminates a contiguous region.
- antonGroetjes Albert
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 143:39:20 |
Calls: | 10,383 |
Calls today: | 8 |
Files: | 14,054 |
D/L today: |
2 files (1,861K bytes) |
Messages: | 6,417,669 |