Replies: 1 comment
-
An alternative might be to create built ins for this, however this would not be optimizable at the IR level, we will have to measure the gains of removing the type checking against both non IR optimized and IR optimized code before choosing to add or not those built ins. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For performance reasons (benchmarks and profiling needed), I'm considering adding non typechecked math operators alongside the typechecked ones.
That raises several questions:
Beta Was this translation helpful? Give feedback.
All reactions