Open 25077667 opened 1 year ago
Would you like to use the smart pointer to replace the new operator? (Actually, it would be std::shared_ptr and std::weak_ptr, I found there are some caching mechanisms that would need some gc here)
Please go ahead with C++ smart pointers. Do change the necessary macros accordingly.
QuickIR compiler uses Arena chunks, it is just a mistake, use Arena instead of STL allocator :-)
When I turn on the
-fsanitize=address
flag for clang++, andmake check
.The aes.elf stage said:
And nqueens.elf said:
and so on.
Would you like to use the smart pointer to replace the new operator? (Actually, it would be std::shared_ptr and std::weak_ptr, I found there are some caching mechanisms that would need some gc here)