The clang docs cited in an answer to this SO question state
that the C++ standard does not permit [...] removing new / delete pairs and merging allocations
as optimizations.
Why is that?
The clang docs cited in an answer to this SO question state
that the C++ standard does not permit [...] removing new / delete pairs and merging allocations
as optimizations.
Why is that?