kmax icon indicating copy to clipboard operation
kmax copied to clipboard

Find a more optimal ordering of architectures to try

Open paulgazz opened this issue 3 years ago • 1 comments

Currently klocalizer has to try each architecture’s kclause formulas one-at-a-time. It’s current ordering is fairly arbitrary. Take Julia Lawall’s suggestion to base the ordering on “make allyesconfig”: pick the next architecture based on how many left over files are covered by another architecture.

paulgazz avatar May 24 '21 13:05 paulgazz

Start with x86, arm, which is likely to be the first two.

paulgazz avatar May 24 '21 13:05 paulgazz