- 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. |
||
|---|---|---|
| .. | ||
| codegeneration | ||
| decorate | ||
| vm | ||
| zscript | ||
| thingdef.cpp | ||
| thingdef.h | ||
| thingdef_data.cpp | ||
| thingdef_properties.cpp | ||