if(s) CHECK_BB(emit_stmt(emit, s));
}
VLEN(v) = i;
- vector_realloc(v);
return GW_OK;
}
instr->m_val = pc;
}
VLEN(v) = i - 1;
- vector_realloc(v);
}
ANN static void emit_pop_stack(const Emitter emit, const m_uint index) {
Vector w = (Vector)&env->curr->info->value->ptr;
m_uint i = vector_size(w);
while (i-- > 1) vector_add(&v, vector_at(w, i));
- vector_realloc(w);
const m_bool ret = traverse_func_def(env, fdef);
for (m_uint i = vector_size(&v) + 1; --i;)
vector_add((Vector)&env->curr->info->value->ptr, vector_at(&v, i - 1));