Gordon Henriksen wrote: > > Just run the inliner. > No. ;-) The inliner would require to recompile the function, and I don't want that. And recall that at compilation time, I do not have the type layout. It's only at execution time that I can have it. Nicolas