On Wed, May 25, 2016 at 3:25 PM, Alex Bennée <alex.ben...@linaro.org> wrote: > Should we make the emitting of the function call/TCGop conditional on > MTTCG being enabled? If we are running in round-robin mode there is no > need to issue any fence operations. >
Also, we should check if SMP(> 1 processors) is enabled since fences are not necessary on UP systems. -- Pranith