[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

difference between BSDs



Hi!

I am running OBSD and FBSD, for developing.....
I am curious about the fact that the source program compiled with the
same arguments have different size in OBSD and FBSD, why?

Another problem: Is there any difference in terms of execution time for
the following:

int
a(void)
{
	unsigned	x;

	return x;
}

int (*p)(void) = a;


Which invocation is the fastest : a() or p()?



Visit your host, monkey.org