Closed jpbempel closed 1 month ago
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
ci_job_date | 1727337610 | 1727337985 |
end_time | 2024-09-26T08:01:25 | 2024-09-26T08:07:40 |
git_branch | master | jpbempel/fix-duplicated-locals |
git_commit_sha | 845dfba933 | c44ac69e4cad6685cee7d256b19b9c7a762e1dde |
start_time | 2024-09-26T08:00:11 | 2024-09-26T08:06:26 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 8 metrics, 7 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | jpbempel/fix-duplicated-locals |
git_commit_date | 1727336528 | 1727336777 |
git_commit_sha | 845dfba933 | c44ac69e4c |
release_version | 1.40.0-SNAPSHOT~845dfba933 | 1.40.0-SNAPSHOT~c44ac69e4c |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 50 metrics, 13 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
end_time | 2024-09-26T07:58:32 | 2024-09-26T08:05:23 |
git_branch | master | jpbempel/fix-duplicated-locals |
git_commit_date | 1727336528 | 1727336777 |
git_commit_sha | 845dfba933 | c44ac69e4c |
release_version | 1.40.0-SNAPSHOT~845dfba933 | 1.40.0-SNAPSHOT~c44ac69e4c |
start_time | 2024-09-26T07:58:19 | 2024-09-26T08:05:10 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 17 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | jpbempel/fix-duplicated-locals |
git_commit_date | 1727336528 | 1727336777 |
git_commit_sha | 845dfba933 | c44ac69e4c |
release_version | 1.40.0-SNAPSHOT~845dfba933 | 1.40.0-SNAPSHOT~c44ac69e4c |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics.
What Does This Do
When hoisting local variables remove the locals that could be have the same name than arguments. This could happen resulting of the instrumentation by the tracer that reshuffle the local variable table and then reassign dedicated slots to those arguments
Motivation
Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: DEBUG-2901