Peter Maydell <peter.mayd...@linaro.org> writes:

> On 14 December 2011 15:00, Ian Lance Taylor <i...@google.com> wrote:
>> Anyhow, makecontext is easy to write in a system specific manner.  It
>> doesn't even have to be written in assembler, though getcontext and
>> setcontext do have to be assembler.  Why not just implement them for
>> ARM?
>
> We're looking at implementing them on ARM, yes. However, obviously
> all the existing systems out there have versions that return ENOSYS,
> so you might need some fallback code anyway.

My fallback would be to simply include the implementations of
makecontext, et. al., with libgo.

Ian

Reply via email to