digitalmars.D - Big kudos to Walter and Sean
- Benjamin Thaut (7/7) Jan 13 2012 I recently changed Object.toString() to no longer return a normal string...
I recently changed Object.toString() to no longer return a normal string but a reference counted one. And I was really astonished that this was possible without modifingy dmd at all. The only modifications I had to made were inside druntime. Just wanted to say that the compiler <-> runtime abstraction works pretty well so far. Kind Regards Benjamin Thaut
Jan 13 2012