tech-kern archive

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

Re: Using qsort(3) in the kernel



On Sun, Nov 16, 2008 at 06:32:15PM -0800, Matt Thomas wrote:
> And not all architectures can do tail call optimizations...

Really?  I thought that a tail call optimization essentially
turned a return into a goto (plus some variable (re)binding).
What architectures can't deal with that?  Something funny about
ABI for activation frames or the like?

Just curious: don't let me stop you from picking an in-kernel
sort routine one way or the other :-)

Cheers,

Andrew


Home | Main Index | Thread Index | Old Index