On 5 August 2010 04:54, wrote:
> On Wed, August 4, 2010 8:45 pm, Jonathan Wakely wrote:
>> On 4 August 2010 13:56, Marcos Dione wrote:
>>> so, in short: does a simple Thread model have any impact on C-only
>>> programs that could use threads? in particular, how it does impact
>>> Boehm's GC us
On Wed, August 4, 2010 8:45 pm, Jonathan Wakely wrote:
> On 4 August 2010 13:56, Marcos Dione wrote:
>>so, in short: does a simple Thread model have any impact on C-only
>> programs that could use threads? in particular, how it does impact
>> Boehm's GC usage in a C-only program? if the impact
On 4 August 2010 13:56, Marcos Dione wrote:
>
> I'm cross-compiling an application to a platform whose SDK brings a gcc
> which reports 'Thread model: single'. even so, the platform implements a
> rudimentary thread support (a subset of posix), which leads me to think
> that it should be possibl
first of all: I'm not subscribed to gcc's ML, so please cc: in any answers.
I'm cross-compiling an application to a platform whose SDK brings a gcc
which reports 'Thread model: single'. even so, the platform implements a
rudimentary thread support (a subset of posix), which leads me to