Hi, On Sun 18 Apr 2010 22:53, l...@gnu.org (Ludovic Courtès) writes:
> Andy Wingo <wi...@pobox.com> writes: > >> * some bytecode tweaks >> - function prologues can be shorter in the common case >> - perhaps docstrings should take less space in objcode, by allowing >> them to be specified positionally in the program metadata, >> removing need to embed 'documentation symbol in meta-procedure > > Likewise: review bytecodes; for instance, most of time integers are > written in native endianness, but sometimes they are in big endian, and > sometimes the width of integers seems quite arbitrary. Dunno. To be able to write in native endianness and actually see benefits, the data needs to be aligned, too. Integer widths are generally chosen as some point in the size/speed vs generality tradeoff. I would be very hesitant about poking some of these; and I'd like an opportunity to comment on patches :-) > There’s also a wealth of optional things on my to-do list, of course. > ;-) Hehe, indeed. Cheers, Andy -- http://wingolog.org/