Browse Source

Reformat a comment

pull/397/head
Jef 6 years ago
parent
commit
c52cf1493a
  1. 5
      src/function_body.rs

5
src/function_body.rs

@ -258,8 +258,9 @@ pub fn translate(
// TODO: Merge `End`s so that we can
// A) Move values directly into RAX when returning from deeply-nested blocks.
// B) Avoid restoring locals when not necessary.
// This doesn't require lookahead but it does require turning this loop into a kind
// of state machine.
//
// This doesn't require lookahead but it does require turning this loop into
// a kind of state machine.
let control_frame = control_frames.pop().expect("control stack is never empty");
let arity = control_frame.arity();

Loading…
Cancel
Save