On Sun, 31 Jan 2010, Masao Uebayashi wrote:
Modified Files: src/sys/uvm: uvm_fault.cLog 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