From 88dfbb199b42341334937beee09c498e0b586089 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 14 Jun 2022 08:28:55 -0600 Subject: Add comment to inline.h noting perlstatic.h --- inline.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inline.h') diff --git a/inline.h b/inline.h index 17019b5058..d4330e5070 100644 --- a/inline.h +++ b/inline.h @@ -34,6 +34,10 @@ SOFTWARE. * header files, because they depend on proto.h (included after most other * headers) or struct definitions. * + * Note also perlstatic.h for functions that can't or shouldn't be inlined, but + * whose details should be exposed to the compiler, for such things as tail + * call optimization. + * * Each section names the header file that the functions "belong" to. */ -- cgit v1.2.1