xo-interpreter CVector for StackFrame reflection + OSX imgui edits
This commit is contained in:
parent
f3e7330d92
commit
d58a8532d4
11 changed files with 98 additions and 63 deletions
|
|
@ -98,7 +98,7 @@ void
|
|||
AppState::generate_random_mutation() {
|
||||
if (rng_() % 1000 > (5 * 1000) / 7) {
|
||||
/* p=16% integer */
|
||||
gc_root_v_[next_root_++] = Integer::make(next_int_);
|
||||
gc_root_v_[next_root_++] = Integer::make(gc_.get(), next_int_);
|
||||
} else if (rng_() % 1000 > (3 * 1000) / 7) {
|
||||
/* p=16% cons */
|
||||
gp<Object> random_car = gc_root_v_.at(rng_() % gc_root_v_.size());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue