gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
434 stars 118 forks source link

add 4 bytes of padding for stack alignment, as suggested by David. #184

Closed rmottola closed 3 years ago

rmottola commented 3 years ago

Fixes start of most common applications. Does not improve test cases on my system.

davidchisnall commented 3 years ago

It looks as if we only run the 32-bit tests on Windows. We should probably add something similar on Linux and FreeBSD.

rmottola commented 3 years ago

I did run the test suite on FreeBSD x86-32 and all tests were passing before as well as after the patch. Running GUI apps was fine before and continues to be.