|
|
|
|
|
by skew
4432 days ago
|
|
That sounds like a pretty reasonable density to see savings in threaded forth code like the second post talks about (it also mentions adjusting the shift for other densities).
Second, you don't need to reserve excess state at the end like that if the linker/compiler takes a little care allocating offsets so the last instructions use small indices.
It definitely seems like a bit of a specialized trick, but the articles do a decent job describing conditions where it might make sense. |
|