JuliaLang/julia

Allow ignoring the native cache within a pkgimage.

Open

#51,412 创建于 2023年9月20日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Julia (5,773 fork)batch import
compiler:precompilationhelp wantedpkgimagepriority

仓库指标

Star
 (48,709 star)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

Currently --pkgimage=no triggers the recreation of a new cache-file. So does a couple of other Julia options. While for certain options this bifurcation of cache files might make sense, for others it's just duplicated work.

We could move the .data section back out of the .so and back into the .ji file, so allowing us to just load the .ji file and disregard the .so, or simply ignore the .text section and not wire up the native cache.

@gbaraldi had I think a couple of aborted attempts, but I don't think either of us currently have the time.

贡献者指南