I think I will force the optimization to -O0 in ia32abicc.c since we still do not understand why thunkEntry gets messed up like this in 32-bit builds using gcc. But keep it optimized for clang.

#if defined(__GNUC__) && !defined(__clang__)
__attribute__((optimize("O0")))
#endif


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <OpenSmalltalk/opensmalltalk-vm/pull/353/c1097952470@github.com>