Speed up GC on ppc and arm Linux.
commit3c69f04495c23868f26160de76ea62e7098b9df6
authorStas Boukarev <stassats@gmail.com>
Tue, 3 Nov 2015 02:28:10 +0000 (3 05:28 +0300)
committerStas Boukarev <stassats@gmail.com>
Tue, 3 Nov 2015 02:41:14 +0000 (3 05:41 +0300)
tree945938f4e6bcd627aa694fdf33bed5014815afa6
parent10160b4f080f2b464e94b97a14bfddd73f0628c4
Speed up GC on ppc and arm Linux.

PPC-Linux had -O3 disabled some twelve years ago due to some bug,
which disabled inlining of GC helper functions, which slowed done
garbage collection by a factor of 25. ARM config files were copied
from PPC config files and inherited the slow down.
src/runtime/Config.arm-android
src/runtime/Config.arm-linux
src/runtime/Config.arm64-linux
src/runtime/Config.ppc-linux