Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
gretay-js committed Nov 13, 2023
1 parent 5c7fa8e commit aed8732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/cfg/cfg.mli
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ val print_instruction :
exception handling. It has a lot of redundancy and the result of the
computation is not used.
CFG instructions still include push/poptraps.
To remove these push/poptraps from CFG IR, we need to split blocks at every
push/poptrap. Then, we can annotate the blocks with the top of the trap
stack, instead of carrying the copy of the stack. *)
CFG instructions still include push/poptraps. To remove these push/poptraps
from CFG IR, we need to split blocks at every push/poptrap. Then, we can
annotate the blocks with the top of the trap stack, instead of carrying the
copy of the stack. *)

(* CR-someday gyorsh: store label after separately and update after
reordering. *)
Expand Down

0 comments on commit aed8732

Please sign in to comment.