Skip to content

interpret: rename Tag/PointerTag to Prov/Provenance - #99472

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:provenance
Jul 20, 2022
Merged

interpret: rename Tag/PointerTag to Prov/Provenance#99472
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:provenance

Conversation

@RalfJung

@RalfJungRalfJung commented Jul 19, 2022

Copy link
Copy Markdown
Member

We were pretty inconsistent with calling this the "tag" vs the "provenance" of the pointer; I think we should consistently call it "provenance".

r? @oli-obk

@rustbotrustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jul 19, 2022
@rustbot

Copy link
Copy Markdown
Collaborator

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

Some changes occurred to the CTFE / Miri engine

cc @rust-lang/miri

Some changes occurred to the CTFE / Miri engine

cc @rust-lang/miri

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 19, 2022
Let's avoid using two different terms for the same thing -- let's just call it "provenance" everywhere.
In Miri, provenance consists of an AllocId and an SbTag (Stacked Borrows tag), which made this even more confusing.
@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jul 20, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 0ec3269 has been approved by oli-obk

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 20, 2022
@RalfJung

Copy link
Copy Markdown
MemberAuthor

@bors p=1
blocks #99461

@bors

bors commented Jul 20, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0ec3269 with merge a7468c6...

@bors

bors commented Jul 20, 2022

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: oli-obk
Pushing a7468c6 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jul 20, 2022
@bors
bors merged commit a7468c6 into rust-lang:masterJul 20, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jul 20, 2022
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (a7468c6): comparison url.

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results
  • Primary benchmarks: mixed results
  • Secondary benchmarks: mixed results
mean1maxcount2
Regressions 😿
(primary)
4.8%6.4%2
Regressions 😿
(secondary)
2.3%2.3%1
Improvements 🎉
(primary)
-1.0%-1.0%1
Improvements 🎉
(secondary)
-2.2%-2.2%1
All 😿🎉 (primary)2.9%6.4%3

Cycles

This benchmark run did not return any relevant results for this metric.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Footnotes

  1. the arithmetic mean of the percent change

  2. number of relevant changes

@RalfJung
RalfJung deleted the provenance branch July 22, 2022 13:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@RalfJung@rustbot@oli-obk@bors@rust-timer@rust-highfive