loop peeling vs TARGET_CASE_VALUES_THRESHOLD

DJ Delorie dj@redhat.com
Thu Jul 1 03:38:00 GMT 2010


In unroll_loop_runtime_iterations() we emit a sequence of n_peel
compare/jump instructions.  Why don't we honor
TARGET_CASE_VALUES_THRESHOLD here, and use a tablejump when n_peel is
too big?



More information about the Gcc mailing list