dlls/ntdll/exception.c / unit-at-a-time problem?

Marcus Meissner marcus at jet.franken.de
Fri Oct 28 04:51:50 CDT 2005


Hi,

dlls/ntdll/exception.c is showing strange behaviour.

If compiled with -O2 it shows different behaviour than when
compiled with -O2 -fno-unit-at-a-time.

The latter options should only be responsible for reordering functions.

Is reordering of function order a problem with the DEFINE_REGS_ENTRYPOINT()
functions in this file?

I see the original function being moved from after the above asm stub
to below the asm stub for instance, but the relay32.s looks like
it doesnt matter.

Ciao, Marcus



More information about the wine-devel mailing list