From ce0425c15c99cd3bf80b9995ca8b625adff7971e Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 12 Aug 2022 09:45:48 +0000 Subject: Avoid inlining --- searchsummary/src/vespa/searchsummary/docsummary/juniperdfw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchsummary/src/vespa/searchsummary/docsummary/juniperdfw.h b/searchsummary/src/vespa/searchsummary/docsummary/juniperdfw.h index 790f07dd237..382cc999956 100644 --- a/searchsummary/src/vespa/searchsummary/docsummary/juniperdfw.h +++ b/searchsummary/src/vespa/searchsummary/docsummary/juniperdfw.h @@ -48,7 +48,7 @@ protected: class DynamicTeaserDFW : public JuniperTeaserDFW { - JuniperInput getJuniperInput(GeneralResult *gres); + JuniperInput getJuniperInput(GeneralResult *gres) __attribute__((noinline)); vespalib::string makeDynamicTeaser(uint32_t docid, vespalib::stringref input, GetDocsumsState *state); -- cgit v1.2.3