| Liste des Groupes | Revenir à cl c |
* Each function now needs an accompanying struct
* The function header does not list the parameter names or types
* When structs are passed by-value as is the case here, it can mean
copying the struct, an extra overhead
* It can also mean construction an argument list in memory, rather than
passing arguments efficiently in registers
Les messages affichés proviennent d'usenet.