From 4732d4149de0dff50b24596174c4b7b1ab7fff92 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 22 Feb 2023 18:14:58 +0800 Subject: [PATCH] Update common.h --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 76aa33ef..e4f0ddc2 100644 --- a/src/common.h +++ b/src/common.h @@ -69,6 +69,6 @@ struct Type { #define RAW(T) std::remove_const_t> -const float kLocalsLoadFactor = 0.8; +const float kLocalsLoadFactor = 0.67; const float kInstAttrLoadFactor = 0.67; const float kTypeAttrLoadFactor = 0.34; \ No newline at end of file