Skip to content
Snippets Groups Projects
Commit 9d00f64e authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Improve compilation CPU and memory use for binary operators

Actually complexity goes from O(N^3) to O(N^2) at compilation since returned
type of binary expressions is no more used to define operator types. Conversion
is done automatically which give a bit more work for each case to the compiler
but reduces considerably the number of situations to compile
parent 2e34cc59
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment