Uh oh!
There was an error while loading. Please reload this page.
Miri: fix determining size of an "extra function" allocation - #63076
Conversation
… and avoid rightwards drift
This comment has been minimized.
This comment has been minimized.
73d11f5 to
c119291Compareoli-obk
commented
Jul 28, 2019
The function now locks the global map twice for gloabal non function pointer alloc IDs. Probably irrelevant perf wise though. |
oli-obk
commented
Jul 28, 2019
@bors r+ |
bors
commented
Jul 28, 2019
📌 Commit c119291 has been approved by |
RalfJung
commented
Jul 28, 2019
Indeed. It will only do the fn ptr lookup though for allocations that are not in the local |
oli-obk
commented
Jul 28, 2019
I'm fine with it. We had that before my static cycle PR and I didn't see a perf improvement on that PR, so... |
Uh oh!
There was an error while loading. Please reload this page.
RalfJung
commented
Jul 28, 2019
@bors r=oli-obk |
bors
commented
Jul 28, 2019
📌 Commit 0e602f1 has been approved by |
…oli-obk Miri: fix determining size of an "extra function" allocation Fixes [a bug](rust-lang/miri#862) introduced by rust-lang#62982. Best reviewed commit-by-commit. r? @oli-obk
Rollup of 6 pull requests Successful merges: - #62809 (rustc: Update wasm32 support for LLVM 9) - #63055 (Various cleanups to save analysis) - #63076 (Miri: fix determining size of an "extra function" allocation) - #63077 (cleanup: Remove some language features related to built-in macros) - #63086 (Ignore test cases that are not supported by vxWorks) - #63092 (Update `impl Trait` gate issues) Failed merges: r? @ghost
Fixesa bug introduced by #62982. Best reviewed commit-by-commit.
r? @oli-obk