Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes sink regression for ORC; ref #23354 #23359

Merged
merged 6 commits into from
Mar 3, 2024
Merged

fixes sink regression for ORC; ref #23354 #23359

merged 6 commits into from
Mar 3, 2024

Conversation

ringabout
Copy link
Member

@ringabout ringabout commented Feb 28, 2024

ref #23354

The new move analyzer requires types that have the tfAsgn flag (otherwise lastRead will return true); tfAsgn is included when the destructor is not trival. But it should consider the assignement for objects in this case because objects might have a trival destructors but it's the assignement that matters when it is passed to sink parameters.

@ringabout ringabout marked this pull request as draft February 28, 2024 14:45
@ringabout ringabout marked this pull request as ready for review February 28, 2024 14:53
@Araq Araq merged commit 572b0b6 into devel Mar 3, 2024
22 checks passed
@Araq Araq deleted the pr_sink_regression branch March 3, 2024 15:03
Copy link
Contributor

github-actions bot commented Mar 3, 2024

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 572b0b6

Hint: mm: orc; opt: speed; options: -d:release
178185 lines; 7.701s; 768.258MiB peakmem

narimiran pushed a commit that referenced this pull request Apr 22, 2024
ref #23354

The new move analyzer requires types that have the tfAsgn flag
(otherwise `lastRead` will return true); tfAsgn is included when the
destructor is not trival. But it should consider the assignement for
objects in this case because objects might have a trival destructors but
it's the assignement that matters when it is passed to sink parameters.

(cherry picked from commit 572b0b6)
narimiran pushed a commit that referenced this pull request Apr 22, 2024
ref #23354

The new move analyzer requires types that have the tfAsgn flag
(otherwise `lastRead` will return true); tfAsgn is included when the
destructor is not trival. But it should consider the assignement for
objects in this case because objects might have a trival destructors but
it's the assignement that matters when it is passed to sink parameters.

(cherry picked from commit 572b0b6)
narimiran pushed a commit that referenced this pull request Apr 22, 2024
ref #23354

The new move analyzer requires types that have the tfAsgn flag
(otherwise `lastRead` will return true); tfAsgn is included when the
destructor is not trival. But it should consider the assignement for
objects in this case because objects might have a trival destructors but
it's the assignement that matters when it is passed to sink parameters.

(cherry picked from commit 572b0b6)
narimiran pushed a commit that referenced this pull request Apr 22, 2024
ref #23354

The new move analyzer requires types that have the tfAsgn flag
(otherwise `lastRead` will return true); tfAsgn is included when the
destructor is not trival. But it should consider the assignement for
objects in this case because objects might have a trival destructors but
it's the assignement that matters when it is passed to sink parameters.

(cherry picked from commit 572b0b6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants