Re: Transactional memory in MinGW

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



niXman <i.nixman@xxxxxxxxx> writes:

> 2012/4/1 Ángel González:
>> On 30/03/12 13:36, niXman wrote:
>>> I created the bug-report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52787
>>>
>>> I think there is still hope to make Transactional Memory work in MinGW.
>> Sure, it shouldn't be too hard, but it obviously needs work.
>> Kai Tietz said in the bug that "You have to make sure that pthread-API is
>> present, as libitm depends on pthread."
>
> The pthreads library is built and works as expected. The problem is
> something else.
> Also, in the builds that I use [1], everything that is implemented in
> the "std concurrency" at the moment works well. And this confirms the
> fact that the pthreads library works.
> Just as I said earlier, with my little patch for libitm, libitm builds
> successfully. And again, as I said earlier, the code that uses the TM
> also is compiled and linked successfully.
>
> Someone can tell where I should look for the problem?

Debug your program and find out where it is failing.

You want to do something that is explicitly unsupported.  Now you need
to figure out how to make it work.  Maybe it will be easy, maybe it will
be hard.  I don't know.

Ian



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux