Togos <[EMAIL PROTECTED]> wrote: >> Anyway: >> >> assign Px, {Iy,Sy,Ny} >> >> are not needed IMHO, these end up as >> set_<type>_native and are identical >> to set Px, {Iy,Sy,Ny}.
> If you want to get rid of opcode aliases, > perhaps it would be better to get rid of > the extra 'set's. Cleanup (get rid of assign Px, Ix) and renaming existing ops are clearly separate steps. C<assign> is currently used in tests only AFAIK, while C<set> is everwhere. So while its rather simple to remove duplicate functionality, the final layout needs more work. leo