Skip to content
  • tibbe's avatar
    Add flags to control memcpy and memset inlining · 11b31c3c
    tibbe authored
    This adds -fmax-inline-memcpy-insns and -fmax-inline-memset-insns.
    These flags control when we inline calls to memcpy/memset with
    statically known arguments. The flag naming style is taken from GCC
    and the same limit is used by both GCC and LLVM.
    11b31c3c