COMPILE_         2218 compile.c      	    COMPILE_(anchor, "array element", node->nd_head, poped);
COMPILE_         2914 compile.c      	    COMPILE_(ret, "BLOCK body", node->nd_head,
COMPILE_         2919 compile.c      	    COMPILE_(ret, "BLOCK next", node->nd_next, poped);
COMPILE_         2938 compile.c      	COMPILE_(then_seq, "then", node->nd_body, poped);
COMPILE_         2939 compile.c      	COMPILE_(else_seq, "else", node->nd_else, poped);
COMPILE_         2967 compile.c      	    COMPILE_(ret, "when", node->nd_body, poped);
COMPILE_         2990 compile.c      	    COMPILE_(body_seq, "when body", node->nd_body, poped);
COMPILE_         3026 compile.c      	    COMPILE_(cond_seq, "else", node, poped);
COMPILE_         3064 compile.c      	    COMPILE_(body_seq, "when", node->nd_body, poped);
COMPILE_         3106 compile.c      	COMPILE_(ret, "else", node, poped);
COMPILE_         3244 compile.c      	    COMPILE_(ret, "break val (while/until)", node->nd_stts, iseq->compile_data->loopval_popped);
COMPILE_         3445 compile.c      	COMPILE_(ret, "NODE_BEGIN", node->nd_body, poped);
COMPILE_         3556 compile.c      	COMPILE_(ret, "ensure head", node->nd_head, poped);
COMPILE_         3592 compile.c      	COMPILE_(ret, "nd_2nd", node->nd_2nd, poped);
COMPILE_         4838 compile.c      	COMPILE_(ret, "optblock body", node->nd_head, 1 /* pop */ );
COMPILE_         4845 compile.c      	COMPILE_(ret, "body", node->nd_body, poped);