Patrick Quist
Patrick Quist
Note that last builder run for any other compiler has been 4 days ago https://godbolt.org/admin/builds.html
> Uhhh and now it looks to be stuck the builder had randomly stopped, maybe because of the failing start earlier
``` Jul/28 13:15 admin-node/tmp 6.6s $ ce builder start Traceback (most recent call last): File "", line 1, in File "/home/ubuntu/infra/bin/lib/ce.py", line 1150, in main cli(prog_name='ce') # pylint: disable=unexpected-keyword-arg,no-value-for-parameter File...
This last one might be because i force terminated the instance on AWS because it wasn't responding. How do we get it back to normal?
Starting 2nd attempt, recreated builder instance based on previous version. (for future: Note that it still uses a 2018 AMI and infra is still called compiler-explorer-image and required some manual...
it has randomly stopped again, but at a later moment
now stuck in stopping state
Realistically, very few recent OS's still have 16bit support. The best way to be sure to compile a correct 16 bit program is with 16 bit compiler on a 16...
Trying to grasp some of this atexit/dso_handle thing - reading https://stackoverflow.com/questions/34308720/where-is-dso-handle-defined and https://itanium-cxx-abi.github.io/cxx-abi/abi.html#dso-dtor-runtime-api . From what I'm getting is that it's perhaps just a matter of defining __dso_handle and a...
I was pondering about __dso_handle some more and realized that maybe we could just do what Tendra handles crt0 crt1 and crtn. But I don't know what the logic should...