Skip to content
Snippets Groups Projects
Commit acd8b212 authored by cracauer's avatar cracauer
Browse files

Fix a problem with the consing-free allocation counter.  If you
allocate more than most-positive-fixnum bytes between two GCs, do a
normal, possibly consing addition instead of the fast dfixnum
increment.

Also clean up the exports of the dfixnum package and define a new
operator to increment a dfixnum by any integer.

Tested: full ITA testsuite, tried the profiler, tried various
allocation patterns which failed before this fix.
parent 7a2c356d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment