[CCC DEV] Reimplement or reuse?

Matt Jadud matt at jadud.com
Thu Sep 22 14:56:20 BST 2011


On Thu, Sep 22, 2011 at 09:38, Adam Sampson <ats at offog.org> wrote:
> I'd be strongly tempted to do a clean implementation of the bits of the
> scheduler you're interested in based on the descriptions of the

That's fine. We originally planned that approach, but thought the
question would be good to ask.

> Do you have a multicore embedded platform in mind to do this on?  If so,
> check whether it's got a C++11 compiler that supports the new atomic
> primitives; this'll save you some work in (and be more portable than)
> implementing your own.

That's step two. Step one is to make things work in POSIX on a
desktop-class x86 machine. Our intended target was some modern ARM
architecture, but we'll get there.

Cheers,
Matt



More information about the developers mailing list