You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other argument (e.g. let x: UInt8 = 1; UInt32(x)) -> Call specific target/source conversion function ($UInt8ToUInt32(x)). avoids run-time type dispatch in conversion function
Quick wins / Low hanging:
most impactful potentially:
other:
NativeFunctionValue, and other large types pointer typesLong term (more work):
getFieldresults where possible (requires liveness analysis)UInt32(1)) -> Emit constant load (GetConstant). avoids calllet x: UInt8 = 1; UInt32(x)) -> Call specific target/source conversion function ($UInt8ToUInt32(x)). avoids run-time type dispatch in conversion function