On 22 March 2016 at 03:12, Kagamin via Digitalmars-d-announce <[email protected]> wrote: > On Sunday, 20 March 2016 at 14:15:19 UTC, Manu wrote: >> >> MSVC debuginfo is very good; it has data such that variables >> follow their registers around in fully optimised builds, making >> release build debugging fast and effortless. > > > That's backend feature, there are (usually) no registers on the frontend > level.
Yes, that's why the C2 backend is useful; it populates the debuginfo with very high quality data.
