- 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. |
||
|---|---|---|
| .. | ||
| a_bossbrain.cpp | ||
| a_doomglobal.h | ||
| a_doommisc.cpp | ||
| a_doomweaps.cpp | ||
| a_keen.cpp | ||
| a_lostsoul.cpp | ||
| a_painelemental.cpp | ||
| a_revenant.cpp | ||
| a_scriptedmarine.cpp | ||