swift
43a25e89 - [Wasm][IRGen] Add initial support for absolute function pointer

Commit
4 years ago
[Wasm][IRGen] Add initial support for absolute function pointer On some Harvard architectures like WebAssembly that allow sliding code and data address space offsets independently, it's impossible to make direct relative reference to code from data because the relative offset between them is not representable. Use absolute function references instead of relative ones on such targets.
Committer
Parents
Loading