On Thu, Feb 27, 2020 at 11:03 AM Ondrej Mosnacek <omosnace@xxxxxxxxxx> wrote: > > This series contains two small changes (these don't seem to affect > performance measurably, but are nonetheless logical) and a patch that > changes how the policy optimization "type_map" helper structure is > represented, which speeds up the whole process. > > Ondrej Mosnacek (3): > libsepol: skip unnecessary check in build_type_map() > libsepol: optimize inner loop in build_type_map() > libsepol: speed up policy optimization Not a comment on the patches themselves, but this made me wonder if the optimization support is actually tested by our travis configuration. Doesn't appear to be (e.g. no usage of -O/--optimize or semanage.conf with optimize-policy true).