#if __PIC__
__asm__ __volatile__("pushl %%ebx;" <----------------------- SIGTERM
"movl %6,%%ebx;"
{
if (headElement == pl_AtomicPX_GetUnchecked ((PlankAtomicPXRef)&(p->tail))) // changed to unchecked <----------------------- SIGTERM
--
You received this message because you are subscribed to the Google Groups "pl-nk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pl-nk+un...@googlegroups.com.
To post to this group, send email to pl...@googlegroups.com.
Visit this group at http://groups.google.com/group/pl-nk.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,Thanks, I made some changes to the atomics recently and noticed that issue under the iOS Simulator when optimising but assumed it was just the simulator. I thought I'd checked but, obviously not!I'll prioritise looking at this over the next few days and get back to you.BestMartin
On 7 Feb 2014, at 19:41, Slo Mo wrote:
Hi,I'm trying out pl-nk. Looks very interesting!I got macplnk to build and run nicely, but when I tried to change the Optimization Level (I'm especially interested in performance), anything above -O1 would freeze macplnk on launch.When I force quit the debugger would show a SIGTERM on line# 860 of plank_AtomicInline_Mac_X86_32.h:#if __PIC__
__asm__ __volatile__("pushl %%ebx;" <----------------------- SIGTERM
"movl %6,%%ebx;"
Or on one other attempt I got a SIGTERM on line# 406 in plank_LockFreeQueue.c{
if (headElement == pl_AtomicPX_GetUnchecked ((PlankAtomicPXRef)&(p->tail))) // changed to unchecked <----------------------- SIGTERM
{Any idea what is going on?I'm on Xcode 5.0.2 / OS X 10.9.1best regards,slomo--
You received this message because you are subscribed to the Google Groups "pl-nk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pl-nk+unsubscribe@googlegroups.com.
To post to this group, send email to pl...@googlegroups.com.
Visit this group at http://groups.google.com/group/pl-nk.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to pl-nk+un...@googlegroups.com.
To post to this group, send email to pl...@googlegroups.com.
Visit this group at http://groups.google.com/group/pl-nk.
For more options, visit https://groups.google.com/groups/opt_out.