1. 7
  1. 3

    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.

    1. 2

      yeah, should be caller/callee, like employer/employee