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
F137951132: D20845.diff
Thu, Nov 27, 3:03 PM
Unknown Object (File)
Fri, Nov 21, 1:49 PM
Unknown Object (File)
Fri, Nov 21, 12:23 AM
Unknown Object (File)
Fri, Nov 21, 12:18 AM
Unknown Object (File)
Fri, Nov 21, 12:16 AM
Unknown Object (File)
Fri, Nov 21, 12:10 AM
Unknown Object (File)
Oct 17 2025, 12:44 PM
Unknown Object (File)
Oct 17 2025, 12:44 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

Lint
Lint Skipped
Unit
Tests Skipped