From: Stephen W. <st...@ic...> - 2008-01-12 01:58:41
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 There are a handful of instructions in the vvp opcodes set that are really pressed for operands. They are reduced to using implicit index variables to carry operands that really can generally be immediate. So I'm wondering aloud if maybe it *is* time to extend the size of the opcode space. In particular, I've been thinking of adding to the second union a pointer to a vvp_code_extend_s struct. This struct can be *much* more liberal, and can carry more number values. This may wind up allowing us to replace several hackish instructions with instructions with longer operand lists. - -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFHiB7SrPt1Sc2b3ikRAoRyAJ496qz5lfZjWOiOEFKYJtbkAHhWRwCfX2O4 3qpvD9glHEqy106uhGwKev0= =C0Yp -----END PGP SIGNATURE----- |