Much better GC, still a few things being missed.
This commit is contained in:
parent
2ec5d37305
commit
c21a762413
6 changed files with 55 additions and 15 deletions
|
|
@ -567,6 +567,7 @@ struct cons_pointer lisp_divide( struct
|
|||
struct cons_pointer one = make_integer( 1 );
|
||||
struct cons_pointer ratio =
|
||||
make_ratio( frame_pointer, frame->arg[0], one );
|
||||
inc_ref( ratio );
|
||||
result =
|
||||
divide_ratio_ratio( frame_pointer, ratio,
|
||||
frame->arg[1] );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue