A memory scanning evasion technique
-
Updated
May 24, 2017 - C++
Need for a reduced diagnostics addition: general 2D particle histogram (think: "np.histogram2d").
Add a description, image, and links to the pic topic page so that developers can more easily learn about it.
To associate your repository with the pic topic, visit your repo's landing page and select "manage topics."
Hi,
one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.
It's very easy to implement as well