Comment Re:Flexiblity? (Score 1) 205
But it seems like, unlike games and demos, most programmers are using "APIs" for there memory management. So I don't think switching to hardware would do anything but speed things up.
True, programmers use APIs for memory management, but what do these APIs call? malloc(), more than likely.