Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/newsmips/include



christos%astron.com@localhost wrote:

> This is really not needed. It is better to make the counter volatile.

It generates differnent code from the previous.
With volatile the counter is allocated on memory (not register)
and it would cause longer DELAY(9).
---
Izumi Tsutsui



Home | Main Index | Thread Index | Old Index