$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] cross compiling
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-10-16 01:59:30
> I fear that Boost.Context has opened up a can of worms which these lots of
> different assembler files.
Well, because in order to provide context swapping to C/C++ I'm forced to use assembler.
Because each architecture has its own instruction set, various binary formats and ABIs have to be supported for the different OS's and even worse each assembler tool has its own assembler syntax you can image how many assembler files I've to write in order to support a variation of this stuff.