Comment 5 for bug 926855

Revision history for this message
Michael Hope (michaelh1) wrote :

Asa, does the code contain any inline assembly? GCC estimates the size of each instruction and uses that to decide if it can use a short or a long branch. Long chunks of inline assembly can break that and make it think the code is shorter than it is.