Skip to content

Commit e976bc4

Browse files
committed
Allow larger structures to stay in registers
1 parent 724676f commit e976bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ GetTopLevelModule(void)
17721772
//
17731773
// check for whether a variable of type T must go on the stack
17741774
//
1775-
#define LARGE_SIZE_THRESHOLD 12
1775+
#define LARGE_SIZE_THRESHOLD 16
17761776

17771777
int TypeGoesOnStack(AST *typ)
17781778
{

0 commit comments

Comments
 (0)