Discussion:
[9fans] 21-bit runes
(too old to reply)
g***@plan9.bell-labs.com
2013-04-23 23:02:14 UTC
Permalink
We are converting the system to 21-bit runes (also known as 32-bit
runes, but only 21 bits are ever used). The first step will be
pushing out versions of a few commands and library routines that have
been modified to be agnostic about Rune size.

The next step is recompiling the compilers and pushing changed header
files and libraries to cope with larger Runes. Finally you'll want to
recompile your world (including your kernels) or wait and pull new
ones from sources.

We don't expect many visible changes as a result of all this, but note
that threaded programs that contain automatic arrays of Runes may need
larger stacks.
Anthony Martin
2013-05-01 10:49:58 UTC
Permalink
Thank you. I very much appreciate the work that went into this.

And thanks to Erik for his previous set of patches.

Anthony

Loading...