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)
Dec 23 2023, 7:19 AM
Unknown Object (File)
Nov 25 2023, 4:40 AM
Unknown Object (File)
Nov 22 2023, 10:28 PM
Unknown Object (File)
Nov 22 2023, 9:40 PM
Unknown Object (File)
Nov 22 2023, 7:19 PM
Unknown Object (File)
Nov 13 2023, 2:22 PM
Unknown Object (File)
Nov 13 2023, 12:44 PM
Unknown Object (File)
Nov 13 2023, 12:29 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