Skip to content
Commit aa282662 authored by Jason Evans's avatar Jason Evans
Browse files

Revert to first-best-fit run/chunk allocation.

This effectively reverts 97c04a93 (Use
first-fit rather than first-best-fit run/chunk allocation.).  In some
pathological cases, first-fit search dominates allocation time, and it
also tends not to converge as readily on a steady state of memory
layout, since precise allocation order has a bigger effect than for
first-best-fit.
parent 8693a9ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment