From 8277111dbe7afe77ce760138639a014de5ae6307 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 26 Apr 2023 00:05:08 -0400 Subject: [core] noinline stat_cache_sptree_find() --- src/stat_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit v1.2.1