> Realistically, it shouldn't be until libphobos is stable *and* about as > common as libc. Exactly. It doesn't make any sense as long as there's a new version every month. We should do something about dead code elimination though. -ffunction-sections -fdata-sections -L--gc-sections greatly reduces the size with gdc, but you can't expect users to always pass that.