dissertation/BagOfIdeas/GoodToHaveLinks.md

1.1 KiB

Good to Have Links

  1. https://news.ycombinator.com/item?id=722910 This one is nice. The commentaries on HN always bring new perspectives and ideas. That does not mean that they are high-quality however. More specifically I focused on this commentary.

  2. https://briancallahan.net/blog/20210214.html Some useful information about how tcc works. I guess that this things can also be found in the official tcc documentation.

  3. https://briancallahan.net/blog/20210215.html This list gives me some ideas. How about trying to bring compatibility with all those compilers? Would it be helpful to be able to compile the kernel with all those compilers?

4 The state of toolchains in OpenBSD Quite clear that OpenBSD focused up until now on GCC and clang/LLVM. Basically this is all the state of the art I need for this project. However I will also probe the state of the art for other operating systems too, mainly other BSDs, Linux, Plan 9, and other obscure operating systems.