On Tue, Jul 5, 2016 at 11:54 PM, ketmar via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:
and just to make sure that my approach is working: bytecode compiler now compiles simple free functions without args and returning int (yep, there are some in phobos! ;-), while passing everything other to old interpreter. it works, and all phobos unittests are passed (and some functions were actually executed with VM).

that's where i should stop, i think, until it comes too far. ;-)

Are you sharing this code / how you did it with the GSOC intern?