Re: LLVM/GCC Integration Proposal
I think that a VM such as this should also be able to implement some basic atomic operations such as atomic add and/or compare and swap.
insufficient inline optimisation?
I have a C++ class and code that looks like this: #include using namespace std; class Z { public: Z() {} ~Z() {} protected: int z_; }; int main(int argc, char** argv) { Z buf[100]; cout << sizeof(buf) << endl; return 0; } The compiler version is 4.01 (on Fedora