Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
317 views

What does “vtable fixup” mean?

I have heard this term, "vtable fixup", used. What does it mean? I had no success asking Google. I already know what a vtable is so that does not need to be defined.
2
votes
2answers
192 views

Definition of fix-up?

I've seen this term in the Python Lisp compiler and some C linker's sources. My guess is that a fix-up is just some wrapper around an Assembly routine that makes sure the alignment is right, but I'm ...
0
votes
1answer
116 views

Should I rip out the Association Fixup code from my Entity Framework T4 Template?

Can someone clarify my thinking on association fixup code in Entity Framework (T4 generated POCOs) please? A recent comment regarding fix-up stated 'For example code-first doesn't use them and ...