- that the .sizeof a delegate is 8 bytes (on a 32-bit machine).AFAIK, stack pushes are still more expensive than a pointer dereference in contemporaryCPU architectures.
How do you propose to fix it? I think it is the minimal approach. You need 4 bytes for the function pointer, and 4 bytes for the instance data.
-Steve
