From b839af39ad87fbf0fe30fd500b596a5593c13a69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Apr 2022 18:38:56 -0400 Subject: Reuse the same rdf:type node for all "a" abbreviations This reduces the stack space requirements for every type statement, at the cost of adding a bit of constant bloat for the node in documents that do not contain it. --- test/test_overflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_overflow.c') diff --git a/test/test_overflow.c b/test/test_overflow.c index 62a77022..edabd4eb 100644 --- a/test/test_overflow.c +++ b/test/test_overflow.c @@ -8,7 +8,7 @@ #include #include -static const size_t min_stack_size = 4U * sizeof(size_t) + 238U; +static const size_t min_stack_size = 4U * sizeof(size_t) + 320U; static const size_t max_stack_size = 2048U; static SerdStatus -- cgit v1.2.1