Skip to content
  • Richard Gobeille's avatar
    Duke3d: optimize VM_GetStruct() · 19e20197
    Richard Gobeille authored
    I've heard several times that functions with a single exit point are faster, but profiling showed that removing the intermediate variable and returning directly from the switch wins here.
    19e20197