On Friday, 23 June 2017 at 04:03:04 UTC, Adam D. Ruppe wrote:
On Friday, 23 June 2017 at 02:49:27 UTC, Mike wrote:
My approaches are right now for -betterC to be a filthy hack to
get it working quick, and I still have a bunch of ways I want
to improve the implementation and compiler interface in the
main, non-hack-switch too.
Hi! I'm working on a small custom standard library (just because)
and I cannot figure out how get object.d smaller. It's a huge
mess, with everything defined inside. Could you pass along the
'filthy hack'? I need some way to get object.d to pass through
without druntime or phobos, whatsoever. I am importing small
modules and functions that I find necessary, but I am not using
TypeInfo at all and hope to get rid of the problem.