Skip to content
Snippets Groups Projects
Commit 927dc750 authored by whh8b's avatar whh8b
Browse files

Bugfix: Small fallthrough dollops that are placed cause coalesce problems

When a dollop with small fallthroughs would fit entirely in an 
allocated region but some of those fallthroughs are already placed,
coalescing would miscalculate what to do. It would say, "Let's
place it all" but would eventually want to put a jmp to the 
already-placed dollop. When the fallthoughs were small, that 
jump would be bigger than the entirety of dollop and cause
us to overflow the reserved space.
parent 7a102531
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