Closed GoogleCodeExporter closed 9 years ago
Thank for patch.
My only concern is that in your patch barrier is only compiler barrier. In
previous patch (issue 361) I'm seeing some sync instruction apparently used for
barrier. I'm not familiar with mips ISA unfortunately.
Original comment by alkondratenko
on 18 Aug 2013 at 1:20
You're welcome.
Yes, you're right. I change patches to use hardware memory barrier instead of
compiler barrier.
Original comment by jovanzelincevic@gmail.com
on 19 Aug 2013 at 11:44
Attachments:
To jovanzelincevic@gmail.com, I find libunwind works fine for mips. I suggest
stacktrace for MIPS use stacktrace_libunwind-inl.h than
stacktrace_generic-inl.h.
Original comment by xiaoyur...@gmail.com
on 24 Aug 2013 at 10:05
Thanks xiaoyur...@gmail.com,
I change patches to support libunwind.
I also added this line like you said in mail.
pc_fields="$pc_fields uc_mcontext.pc"
Original comment by jovanzelincevic@gmail.com
on 6 Sep 2013 at 1:41
Attachments:
merged. Thanks a lot.
Original comment by alkondratenko
on 9 Sep 2013 at 3:14
Original issue reported on code.google.com by
jovanzelincevic@gmail.com
on 15 Aug 2013 at 2:28Attachments: