Re: Thread model: simple and C

2010-08-05 Thread Jonathan Wakely
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

Re: Thread model: simple and C

2010-08-04 Thread Marcos_David . Dione
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

Re: Thread model: simple and C

2010-08-04 Thread Jonathan Wakely
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

Thread model: simple and C

2010-08-04 Thread Marcos Dione
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