[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Patch callback thunkEntry to not optimize (#353)

Marcel Taeumel notifications at github.com
Wed Apr 13 11:43:31 UTC 2022


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 or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/353#issuecomment-1097952470
You are receiving this because you are subscribed to this thread.

Message ID: <OpenSmalltalk/opensmalltalk-vm/pull/353/c1097952470 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20220413/24ae8046/attachment.html>


More information about the Vm-dev mailing list