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

stop copying large array on R-reg #91

Merged
merged 8 commits into from
Jul 8, 2023
Merged

Conversation

6293
Copy link
Contributor

@6293 6293 commented Jul 2, 2023

Closes #89

We would overflow the stack by copying large array on R-reg too often. Boxing an array was not the real problem

@6293 6293 changed the title Shl rreg stop copying large array on R-reg Jul 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2023

Codecov Report

Merging #91 (9fa9c1f) into master (bcde2e2) will decrease coverage by 0.6%.
The diff coverage is 0.0%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           master     #91     +/-   ##
========================================
- Coverage    32.2%   31.6%   -0.6%     
========================================
  Files          20      20             
  Lines        4699    4787     +88     
========================================
  Hits         1513    1513             
- Misses       3186    3274     +88     
Impacted Files Coverage Δ
src/isa/bytecode.rs 0.0% <ø> (ø)
src/isa/exec.rs 44.8% <0.0%> (-3.8%) ⬇️
src/reg/core_regs.rs 17.5% <0.0%> (-0.9%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@6293 6293 force-pushed the shl-rreg branch 2 times, most recently from 7760558 to 064abe5 Compare July 4, 2023 10:53
Copy link
Member

@dr-orlovsky dr-orlovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 9fa9c1f

@dr-orlovsky dr-orlovsky merged commit 82d08b9 into AluVM:master Jul 8, 2023
@dr-orlovsky dr-orlovsky added this to the 0.10.4 milestone Jul 9, 2023
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.

Assignment to large R-reg panics
3 participants