summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-14 08:28:55 -0600
committerKarl Williamson <khw@cpan.org>2022-06-14 08:30:07 -0600
commit88dfbb199b42341334937beee09c498e0b586089 (patch)
tree91dcdbf90791cf3c2b3dae4ce9016c9f1474a0b2 /inline.h
parentd86d1780364a7b87972ea3af2b0d98ce8123ec7b (diff)
downloadperl-88dfbb199b42341334937beee09c498e0b586089.tar.gz
Add comment to inline.h noting perlstatic.h
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h4
1 files changed, 4 insertions, 0 deletions
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.
*/