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
F154290380: D20845.id.diff
Mon, Apr 27, 3:38 PM
Unknown Object (File)
Sun, Apr 26, 9:55 PM
Unknown Object (File)
Sat, Apr 25, 7:20 AM
Unknown Object (File)
Wed, Apr 22, 12:44 PM
Unknown Object (File)
Sat, Apr 11, 11:34 PM
Unknown Object (File)
Thu, Apr 9, 7:06 PM
Unknown Object (File)
Thu, Apr 9, 6:30 PM
Unknown Object (File)
Mar 28 2026, 6:32 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