Skip to content

Commit

Permalink
move things in order to get tb_dyn
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawSumma committed Mar 26, 2024
1 parent 01e9fd8 commit 5defe45
Show file tree
Hide file tree
Showing 6 changed files with 1,992 additions and 1,985 deletions.
2 changes: 2 additions & 0 deletions main/minivm.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ int main(int argc, char **argv) {
config->tb_force_bitcast = enable;
} else if (!strcmp(arg, "tailcall")) {
config->tb_use_tailcall = enable;
} else if (!strcmp(arg, "lbbv")) {
config->tb_use_lbbv = enable;
} else {
fprintf(stderr, "error: unknown flag --tb-%s want --tb-recompile, --tb-cast-regs, or --tb-raw-regs", arg);
return 1;
Expand Down
Loading

0 comments on commit 5defe45

Please sign in to comment.