Table of Contents

Property InlinerThreshold

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

InlinerThreshold

Gets or Sets a value for the limit of the optimization functionality

[SuppressMessage("Style", "IDE0251:Make member 'readonly'", Justification = "Semantics - not readonly")]
public int InlinerThreshold { get; set; }

Property Value

int

Remarks

LLVM-C APIs are lacking documentation on this, so the information is sadly vague.