search for: mdday

Displaying 1 result from an estimated 1 matches for "mdday".

Did you mean: mday
2004 Dec 22
3
[PATCH] domain.c idle_loop declaration (take 2)
...ion on how to solve that problem. Some further analysis, with much help from Jimmy Xenidis of IBM research, shows that the problem was not the declaration of the function as static void, but that the compiler is optimizing the function out of the assembled code. Compile domain.c to assembly: [mdday@mdday xen]$ gcc -nostdinc -fno-builtin -fno-common -fno-strict- aliasing -iwithprefix include -Wall -Werror -pipe - I/home/mdday/src/edited/xen-2.0-testing.bk/xen/include -Wno-pointer- arith -Wredundant-decls -O3 -Wunused-function -Wunused -fomit-frame- pointer -msoft-float -m32 -march=i686 -DNDEBU...