diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2021-10-10 10:33:15 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2021-10-13 16:17:10 +0200 |
| commit | fc302f00a9de5de0490f4a66720e75946763c695 (patch) | |
| tree | 3ac9dfd61b29a6dbab7054abe6e71daf7f085e6c /src/codegen/llvm.zig | |
| parent | a3104a4a78089f3260c0dd3f4a96012c6d73a63b (diff) | |
| download | zig-fc302f00a9de5de0490f4a66720e75946763c695.tar.gz zig-fc302f00a9de5de0490f4a66720e75946763c695.zip | |
macho: redo relocation handling and lazy bind globals
* apply late symbol resolution for globals - instead of resolving
the exact location of a symbol in locals, globals or undefs,
we postpone the exact resolution until we have a full picture
for relocation resolution.
* fixup stubs to defined symbols - this is currently a hack rather
than a final solution. I'll need to work out the details to make
it more approachable. Currently, we preemptively create a stub
for a lazy bound global and fix up stub offsets in stub helper
routine if the global turns out to be undefined only. This is quite
wasteful in terms of space as we create stub, stub helper and lazy ptr
atoms but don't use them for defined globals.
* change log scope to .link for macho.
* remove redundant code paths from Object and Atom.
* drastically simplify the contents of Relocation struct (i.e., it is
now a simple superset of macho.relocation_info), clean up relocation
parsing and resolution logic.
Diffstat (limited to 'src/codegen/llvm.zig')
0 files changed, 0 insertions, 0 deletions
