Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/uvm
On Sun, 31 Jan 2010, Masao Uebayashi wrote:
Modified Files:
src/sys/uvm: uvm_fault.c
Log Message:
uvm_fault_internal: Skip another long code segment (lower "neighbor" fault)
by a goto.
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/uvm/uvm_fault.c
Isn't this what the compiler would make anyways,
and making the code harder to read?
There's a reason modern programming doesn't advocate "goto"s...
- Hubert
Home |
Main Index |
Thread Index |
Old Index