oakc icon indicating copy to clipboard operation
oakc copied to clipboard

Compile Time Optimizations

Open InterestingBrainPoops opened this issue 3 years ago • 0 comments

I dont know if this is in progress or is already implemented, but having compile time optimizations for pruning out unreachable code, loop unrolling, constant expression evaluation, could really improve the language's runtime performance. If your trying to become an alternative to C, then you probably want speed.

InterestingBrainPoops avatar Apr 01 '21 22:04 InterestingBrainPoops