Page MenuHomeFreeBSD

Remove a goto from vm_map_wire_locked
ClosedPublic

Authored by dougm on Jul 3 2019, 9:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 12:24 PM
Unknown Object (File)
Fri, Jan 24, 5:26 PM
Unknown Object (File)
Sat, Jan 18, 10:19 PM
Unknown Object (File)
Wed, Jan 15, 6:49 PM
Unknown Object (File)
Sun, Jan 5, 7:17 PM
Unknown Object (File)
Nov 6 2024, 11:41 AM
Unknown Object (File)
Oct 31 2024, 6:47 AM
Unknown Object (File)
Oct 18 2024, 11:34 PM
Subscribers

Details

Summary

Removing the goto and its target label, and inserting an 'else' in front of the next 'if' to achieve the same control flow. produced no change in the number of machine instructions or their order on an amd64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable