C++ JIT For The Win! https://github.com/hfinkel/llvm-project-cxxjit/wiki
#c++ #programming #clang
なんか C++で、 volatile のdeprecatedなんて提案が出ているらしい。それで思い出したのはN4036提案のときのLinus様のブチ切れなんだよね、
>そもそも、グローバルな最適化なんて糞食らえだ。ソースコードの解析だけですべてが分かると思うな。ソースコードに記述されていない、ハードウェアやモジュールなどの外部の別言語で書かれたライブラリがメモリを操作することだってあるだろうが。ローカルな最適化だけにしておけ。 #cpp
Watch out with OOP: https://medium.com/@cscalfani/goodbye-object-oriented-programming-a59cda4c0e53
#programming #c++
Ugly bits of C++ - building stuff. No great tooling available. Some guidelines about CMake:
https://github.com/pr0g/cmake-examples#modern-cmake-examples
#c++
As usual, a good C++ write-up. This time evolution of lambdas.
https://www.bfilipek.com/2019/02/lambdas-story-part1.html?m=1
#c++ #programming