server-skynet-source-3rd-je.../include
David Goldblatt 1245faae90 Power: disable the CPU_SPINWAIT macro.
Quoting from https://github.com/jemalloc/jemalloc/issues/761 :

[...] reading the Power ISA documentation[1], the assembly in [the CPU_SPINWAIT
macro] isn't correct anyway (as @marxin points out): the setting of the
program-priority register is "sticky", and we never undo the lowering.

We could do something similar, but given that we don't have testing here in the
first place, I'm inclined to simply not try. I'll put something up reverting the
problematic commit tomorrow.

[1] Book II, chapter 3 of the 2.07B or 3.0B ISA documents.
2017-10-04 18:37:23 -07:00
..
jemalloc Power: disable the CPU_SPINWAIT macro. 2017-10-04 18:37:23 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00