- fixed: divisions wasted one register for each operation due to a double allocation. - changed math operations to use less registers. There was a well-intended change to allocate the destination first, but the better approach is to first allocate the operands and free then before allocating the destination register. |
||
|---|---|---|
| .. | ||
| codegen.cpp | ||
| codegen.h | ||
| functioncalls.cpp | ||