Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/qc-peep/readme

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


powerpc optimiser incorrectly failed to realise that,
almost uniquely, RLWMI does a read-modify-write of its destination,
and therefore:
1. peep.c must mark the instruction as "read, read, rar" in copyu
2. peep.c must not allow the instruction to act like a move in subprop (in the sense that it fully-replaces a register's contents).

the error affected only programs that used right shifts of vlongs.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.