bearophile wrote:
Andrei Alexandrescu:
Scope classes will be eliminated from the language.

Isn't it better to remove scope classes after a good escape analysis
is implemented in the front-end?


Escape analysis can still be used to put class instantiations on the stack - it's just that that will be a compiler optimization, not a user one.

Reply via email to