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)
Sat, Mar 8, 3:44 AM
Unknown Object (File)
Tue, Mar 4, 2:20 PM
Unknown Object (File)
Jan 26 2025, 12:24 PM
Unknown Object (File)
Jan 24 2025, 5:26 PM
Unknown Object (File)
Jan 18 2025, 10:19 PM
Unknown Object (File)
Jan 15 2025, 6:49 PM
Unknown Object (File)
Jan 5 2025, 7:17 PM
Unknown Object (File)
Nov 6 2024, 11:41 AM
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