Open dmondrik opened 1 year ago
In many cases a vector is declared on the stack and the data is copied unnecessarily. Examples:
NiRFmxInstrService::SetAttributeI32Array
NiDAQmxService::GetAnalogPowerUpStates
In at least some cases like this, we should be able to generate code that efficiently:
data()
AB#2545490
In many cases a vector is declared on the stack and the data is copied unnecessarily. Examples:
NiRFmxInstrService::SetAttributeI32Array
NiDAQmxService::GetAnalogPowerUpStates
In at least some cases like this, we should be able to generate code that efficiently:
data()
AB#2545490