COMPILE_         2940 compile.c      		    COMPILE_(anchor, "array element", node->nd_head, poped);
COMPILE_         3870 compile.c      	    COMPILE_(ret, "BLOCK body", node->nd_head,
COMPILE_         3875 compile.c      	    COMPILE_(ret, "BLOCK next", node->nd_next, poped);
COMPILE_         3894 compile.c      	COMPILE_(then_seq, "then", node->nd_body, poped);
COMPILE_         3895 compile.c      	COMPILE_(else_seq, "else", node->nd_else, poped);
COMPILE_         3927 compile.c      	    COMPILE_(ret, "when", node->nd_body, poped);
COMPILE_         3953 compile.c      	    COMPILE_(body_seq, "when body", node->nd_body, poped);
COMPILE_         3990 compile.c      	    COMPILE_(cond_seq, "else", node, poped);
COMPILE_         4029 compile.c      	    COMPILE_(body_seq, "when", node->nd_body, poped);
COMPILE_         4059 compile.c      	COMPILE_(ret, "else", node, poped);
COMPILE_         4219 compile.c      	    COMPILE_(ret, "break val (while/until)", node->nd_stts, ISEQ_COMPILE_DATA(iseq)->loopval_popped);
COMPILE_         4426 compile.c      	COMPILE_(ret, "NODE_BEGIN", node->nd_body, poped);
COMPILE_         4530 compile.c      	COMPILE_(ret, "ensure head", node->nd_head, poped);
COMPILE_         4567 compile.c      	COMPILE_(ret, "nd_2nd", node->nd_2nd, poped);
COMPILE_         5667 compile.c      	    COMPILE_(ret, "argspush body", node->nd_body, poped);
COMPILE_         5671 compile.c      	    COMPILE_(ret, "argspush body", node->nd_body, poped);
COMPILE_         6147 compile.c      	COMPILE_(ret, "body", node->nd_body, poped);