Pelles C forum

Pelles C => General discussions => Topic started by: DXL on November 28, 2004, 05:18:58 PM

Title: another question about size optimisation
Post by: DXL on November 28, 2004, 05:18:58 PM
i have noticed in exe generated by polink there are several nop between
the code of my functions

how to suppress them or at least making the number of nop <4
(to keep dword address align) ?
Title: yet a stupid question sorry to annoy you....
Post by: Anonymous on November 28, 2004, 06:01:21 PM
i was using Ox param in pocc, with Os, no more NOP between functions