Skip to content

Commit

Permalink
tail call opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Horcrux7 committed Mar 23, 2019
1 parent 7ce99be commit 018fa38
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ interface InstructionOpcodes {

static final int CALL_INDIRECT = 0x11;

static final int RETURN_CALL = 0x12; // tail call

static final int RETURN_CALL_INDIRECT = 0x13; // tail call

static final int DROP = 0x1A;

/**
Expand Down

0 comments on commit 018fa38

Please sign in to comment.