Who would have guessed that adding extern "C" would work around a performance regression in the compiler?
I’m a little confused about the term “callee” though. The author explained that “callee” refers to the function that is calling the other function, but I always think “callee” is the function being called.
Who would have guessed that adding
extern "C"
would work around a performance regression in the compiler?I’m a little confused about the term “callee” though. The author explained that “callee” refers to the function that is calling the other function, but I always think “callee” is the function being called.
yeah, should be caller/callee, like employer/employee