search for: jumpa

Displaying 2 results from an estimated 2 matches for "jumpa".

Did you mean: jump
2017 Jan 06
2
RFC: LLD range extension thunks
...gt;> or even after any unconditional branch). Find everything else within range >> of that thunk and fix it up. Repeat. >> > > I don't think this analysis is correct. Assume a 1M branch displacement > for short jumps. Consider: > > secA: 512K (contains a jump "jumpA" at offset 0 that needs a thunk (it > doesn't matter where it needs to jump to, just that it definitely needs a > thunk)) > secB: 512K > secC: 512K (contains a jump "jumpC" at offset 0 that jumps to offset 0 in > secA (i.e., just barely in range of a short jump)) &...
2017 Jan 06
3
RFC: LLD range extension thunks
On Fri, Jan 6, 2017 at 6:21 AM, Rui Ueyama via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Thu, Jan 5, 2017 at 8:15 PM, Peter Smith <peter.smith at linaro.org> > wrote: > >> Hello Rui, >> >> Thanks for the comments >> >> - Synthetic sections and rewriting relocations >> I think that this would definitely be worth trying. It should