Merge pull request #159 from poconn/increase_branch_quota

Increase eval branch quota
This commit is contained in:
Robin Voetter
2024-09-13 00:06:07 +02:00
committed by GitHub

View File

@@ -1400,7 +1400,7 @@ fn Renderer(comptime WriterType: type) type {
\\ break :blk cmds; \\ break :blk cmds;
\\ }}; \\ }};
\\ pub const Dispatch = blk: {{ \\ pub const Dispatch = blk: {{
\\ @setEvalBranchQuota(100_000); \\ @setEvalBranchQuota(1_000_000);
\\ const Type = std.builtin.Type; \\ const Type = std.builtin.Type;
\\ const fields_len = fields_len: {{ \\ const fields_len = fields_len: {{
\\ var fields_len: u32 = 0; \\ var fields_len: u32 = 0;