[OT] Feedback on Cooperative Threading Project

rikki cattermole via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 3 17:18:45 PST 2016


On 04/12/2016 5:54 AM, Benjamin Ylvisaker wrote:
> I am a grad school acquaintance of Andrei's. I contacted him a little
> while ago asking for feedback on a project that I'm working on. He
> suggested I post it to the D list. So here I am.
>
> The link below is to a draft that is currently under review for PLDI
> 2017. Please do not share it in a way that might get to a committee
> member for that conference.
>
> I am happy to hear any feedback you have, whether it's critical,
> enthusiastic or indifferent.
>
> http://charcoal-lang.org/charcoal_intro_draft.pdf
>
> Thanks,
> Ben
>
> ben.ylvisaker at coloradocollege.edu
>

I would suggest if your ABI requires it to move the callback from last 
argument to either first or second.
Not that I read your paper in much depth.

You would get problems with e.g. c's var args with it last.


More information about the Digitalmars-d mailing list