summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-04-26 00:05:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:35 -0400
commit8277111dbe7afe77ce760138639a014de5ae6307 (patch)
tree85d6fc473a4cf91087cb37490daa7e2c5e834ef8
parent6fd3fe2b639915a88c0df57f858641ef9eef8335 (diff)
downloadlighttpd-git-8277111dbe7afe77ce760138639a014de5ae6307.tar.gz
[core] noinline stat_cache_sptree_find()
-rw-r--r--src/stat_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stat_cache.c b/src/stat_cache.c
index 3f7c034b..2b31430b 100644
--- a/src/stat_cache.c
+++ b/src/stat_cache.c
@@ -50,6 +50,7 @@ typedef struct stat_cache {
static stat_cache sc;
+__attribute_noinline__
static void * stat_cache_sptree_find(splay_tree ** const sptree,
const char * const name,
uint32_t len)