[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #33392] Multi-thread bug in NSObject retain and release
From: |
Nicola Pero |
Subject: |
[bug #33392] Multi-thread bug in NSObject retain and release |
Date: |
Thu, 26 May 2011 12:07:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110429 CentOS/3.6-1.el5.centos Firefox/3.6.17 |
Follow-up Comment #7, bug #33392 (project gnustep):
Yes. :-)
It may be slightly more complicated but we'll need to address
the complication. :-(
I think we'd like gnustep-make to generally add -march=xxx
(where "xxx" is something more recent than i386, a CPU released
24 years ago) but make it configurable when you configure
gnustep-make.
I'd expect the default, for a i686 machine, would be
-march=i686. As the Pentium Pro was introduced in 1995, code
built using -march=i686 should run on all ix86 CPUs produced in
the last 16 years or so, which should probably be safe enough as
a default ?
And, if you're building for your own machine, you could use -march=native to
get max performance.
Presumably gnustep-base's configure would then need to do the
check that Niels was mentioning, but also taking into account the -march=xxx
flag added by gnustep-make.
Does it make sense as a plan ?
Thanks
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33392>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #33392] Multi-thread bug in NSObject retain and release, Jonathan Olson, 2011/05/24
- [bug #33392] Multi-thread bug in NSObject retain and release, Richard Frith-Macdonald, 2011/05/25
- [bug #33392] Multi-thread bug in NSObject retain and release, Eric Wasylishen, 2011/05/25
- [bug #33392] Multi-thread bug in NSObject retain and release, Richard Frith-Macdonald, 2011/05/26
- [bug #33392] Multi-thread bug in NSObject retain and release, Nicola Pero, 2011/05/26
- [bug #33392] Multi-thread bug in NSObject retain and release, Niels Grewe, 2011/05/26
- [bug #33392] Multi-thread bug in NSObject retain and release, Richard Frith-Macdonald, 2011/05/26
- [bug #33392] Multi-thread bug in NSObject retain and release,
Nicola Pero <=
- [bug #33392] Multi-thread bug in NSObject retain and release, Niels Grewe, 2011/05/26
Re: [bug #33392] Multi-thread bug in NSObject retain and release, Jonathan Olson, 2011/05/26