DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

builtins can not be inlined, will lead to poor performance #96

Open DenialAdams opened 1 year ago

DenialAdams commented 1 year ago

Especially for builtins like sqrt that are trivially just an instruction

I don't think we need to solve this generically but I at least don't want to generate a whole function for sqrt