OK, here is something that I would really like: http://llvm.org/devmtg/2012-11/Weber_TypeAwareMemoryProfiling.pdf
Basically, this is a language extension that asks the compiler to store type information for each object in memory, so that one can query at runtime the type of what's stored at a given address. That would be useful e.g. for refgraph ( https://github.com/bjacob/mozilla-central/wiki/Refgraph ) and, I suppose, that also wouldn't hurt to know more about heap-unclassified in about:memory. Basically, everything would be 'classified' at least by c++ type name. And that would also be a nice tool to have around during long debugging sessions. So, I would appreciate if you could figure if there is any intention to add something like this in the standard. (Thanks to Rafael for bringing this to my attention) Benoit 2013/9/20 Botond Ballo <bot...@mozilla.com> > Hi everyone, > > The C++ Standards Committee is meeting in Chicago next week. Their focus > will be on C++14, the upcoming version of the C++ standard, as well as some > Technical Specifications (specifications for features intended to be > standardized but not fully-baked enough to be standardized now) that are > also planned for publication in 2014. Presumably there will also be some > discussion of the following version of the standard, C++17. > > I will attend this meeting as an observer. I intend to follow the progress > of the Concepts Lite proposal [1] which I'm particularly interested in, but > I will try to keep up with other goings-on as well (the committee splits up > into several sub-groups that meet in parallel over the course of the week). > > I wanted to ask if there's anything anyone would like to know about the > upcoming standards that I could find out at the meeting - if so, please let > me know and I will do my best to find it out. > > If anyone's interested in the C++ standardization process, you can find > more information here [2]. > > Thanks, > Botond > > [1] > http://isocpp.org/blog/2013/02/concepts-lite-constraining-templates-with-predicates-andrew-sutton-bjarne-s > [2] http://isocpp.org/std > _______________________________________________ > dev-platform mailing list > dev-platform@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-platform > _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform