0xMiden / 0xMiden/miden-vm

`AssemblyOp::location` is "dangling" when executed on another machine

未关闭
#1,714 7 条评论 0 个 reaction 已指派 1 人 已被 @bitwalker 认领 在 GitHub 查看
debugging documentation
主要语言
Rust
星标
772
派生
352
平均合并
1 天 12 小时
30 天内合并 PR
93

描述

If we create a `Package` from a program that contains debug information, and execute it on a different machine, then the `Location` will not resolve since the source file is not present on the other machine (or at least it's unlikely to be at the same path).

Is the `Package` format meant to be "release" mode only? If so, we could output a warning when creating a package from a `Program` with debug symbols present, and similarly output a warning when trying to execute a `Package` in debug mode.

Otherwise, we would need to add the ability to insert the source files in the `Package`, and when "installing" or "unboxing" the package on the destination machine, make sure one way or another that the `Location`s now point to the correct path.

cc @bitwalker @greenhat

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。