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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For performance reasons (benchmarks and profiling needed), I'm considering adding non typechecked math operators alongside the typechecked ones.
That raises several questions:
All reactions