Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to the medium code model in x86 linux (JuliaLang#53391)
This shouldn't have any cost on smaller images because the only thing that gets put into ldata is the system image data, which is only reference via `dlsym`. This allows for images larger than 2gb (tested by putting a 2gb array in the base image) I did not test how this might be handled in other platforms (Windows doesn't support it). (cherry picked from commit 0f04b33)
- Loading branch information