Page MenuHomeFreeBSD

libalias: Restructure - Table for partial links
ClosedPublic

Authored by donner on May 31 2021, 2:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 2:22 AM
Unknown Object (File)
Tue, Dec 3, 5:58 PM
Unknown Object (File)
Fri, Nov 29, 7:06 AM
Unknown Object (File)
Wed, Nov 27, 2:51 PM
Unknown Object (File)
Tue, Nov 26, 12:43 PM
Unknown Object (File)
Sat, Nov 23, 7:24 PM
Unknown Object (File)
Sat, Nov 23, 6:30 PM
Unknown Object (File)
Sat, Nov 23, 7:08 AM

Details

Summary

Separate the partially specified links into a separate data structure.

This would causes a major parformance impact, if there are many of
them. Use a (smaller) hash table to speed up the partially link
access.

Test Plan

Use testsuite.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39589
Build 36478: arc lint + arc unit

Event Timeline

  • Cleanup the partial find procedure
  • Just another early exit of the search loop
donner retitled this revision from libalias: Restructure - Table for partially links to libalias: Restructure - Table for partial links.Jun 1 2021, 10:07 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2021, 6:06 PM
This revision was automatically updated to reflect the committed changes.