COMPILE_POPED     636 compile.c      	    COMPILE_POPED(ret, "ensure", node);
COMPILE_POPED    1316 compile.c      		COMPILE_POPED(optargs, "kwarg", node); /* nd_type(node) == NODE_KW_ARG */
COMPILE_POPED    1391 compile.c      		COMPILE_POPED(optargs, "optarg", node->nd_body);
COMPILE_POPED    1425 compile.c      	    COMPILE_POPED(optargs, "init arguments (m)", args->pre_init);
COMPILE_POPED    1428 compile.c      	    COMPILE_POPED(optargs, "init arguments (p)", args->post_init);
COMPILE_POPED    3127 compile.c      	COMPILE_POPED(ret, "masgn lhs (NODE_ATTRASGN)", node);
COMPILE_POPED    3146 compile.c      	COMPILE_POPED(anchor, "nest masgn lhs", node);
COMPILE_POPED    3154 compile.c      	COMPILE_POPED(anchor, "masgn lhs", node);
COMPILE_POPED    3218 compile.c      	    COMPILE_POPED(ret, "masgn val (popped)", rhsn->nd_head);
COMPILE_POPED    3660 compile.c      	    COMPILE_POPED(ensure_part, "ensure part", enlp->ensure_node);
COMPILE_POPED    3791 compile.c      	COMPILE_POPED(ret, "capture", vars->nd_head);
COMPILE_POPED    3820 compile.c      	COMPILE_POPED(ret, "capture", vars->nd_head);
COMPILE_POPED    4104 compile.c      	COMPILE_POPED(ret, "while body", node->nd_body);
COMPILE_POPED    4522 compile.c      	COMPILE_POPED(ensr, "ensure ensr", node->nd_ensr);
COMPILE_POPED    6039 compile.c      		COMPILE_POPED(ret, "keyword default argument", node->nd_body);
COMPILE_POPED    6146 compile.c      	COMPILE_POPED(ret, "prelude", node->nd_head);