DescriptionI'm trying to tease apart the different uses for "stubs" in the JIT. In the case of MachineRelocations, I believe "stub" always refers to a far-call stub or a load-a-faraway-global stub, so this patch adds "Far" to the term. The variable was also inconsistent between the positive and negative sense, and the positive sense ("NeedStub") was more demanding than is accurate (since a nearby-enough function can be called directly even if the platform often requires a stub). Since the negative sense causes double-negatives, I switched to "MayNeedFarStub" globally.
Patch Set 1 #
MessagesTotal messages: 1
|