Merge 'translate: with_capacity insns' from Pere Diaz Bou

Reviewed-by: Preston Thorpe <preston@turso.tech>

Closes #2831
This commit is contained in:
Preston Thorpe
2025-08-29 10:23:09 -04:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ pub fn translate(
// These options will be extended whithin each translate program
ProgramBuilderOpts {
num_cursors: 1,
approx_num_insns: 2,
approx_num_insns: 32,
approx_num_labels: 2,
},
);