Comment on Why do C++ folks make things so complicated?parentComments−sambeau15yGenerally, that will still be far smaller than copying every object pointed to on the stack.−eru15yMaybe, but what does that have to do with the discussion? Only because there are copying garbage collectors, doesn't mean you have to use one.
Comments
Generally, that will still be far smaller than copying every object pointed to on the stack.
Maybe, but what does that have to do with the discussion? Only because there are copying garbage collectors, doesn't mean you have to use one.