> [...]
>> Naa -- its' called a closure. A standard operation that is normally optimized
>> to not need the stack. It works much faster that way.
> Sure. When you can handle "fatl function pointers", that is. Not possible
> in C, C++, ...
> Unwise gcc extension, if you ask me. But it is there...
What's more important is not GCC's C extension but STANDARD feature in
Ada/Pascal/etc. Yes, you can use "fat piointers" in Pascal and Ada and
"normal" pointers in C and C++ but it'll create more problems then solutions.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/