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

Reduce alloca #875

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Reduce alloca #875

merged 2 commits into from
Nov 25, 2024

Conversation

cpunion
Copy link
Contributor

@cpunion cpunion commented Nov 24, 2024

Fix #819

Also fixed ChanOp.Size, found by insertvalue instruction.

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.54%. Comparing base (e042aad) to head (a913574).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #875   +/-   ##
=======================================
  Coverage   95.53%   95.54%           
=======================================
  Files          22       22           
  Lines        6230     6234    +4     
=======================================
+ Hits         5952     5956    +4     
  Misses        246      246           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@cpunion cpunion changed the title Fix alloc in loop Optimize string constant allocation Nov 24, 2024
@cpunion cpunion changed the title Optimize string constant allocation Optimize struct/tuple allocation Nov 24, 2024
@cpunion cpunion changed the title Optimize struct/tuple allocation Reduce alloca Nov 24, 2024
@cpunion cpunion force-pushed the fix-alloc-in-loop branch 2 times, most recently from a913574 to 43c1bc8 Compare November 24, 2024 12:23
@xushiwei xushiwei merged commit ed83522 into goplus:main Nov 25, 2024
16 checks passed
@cpunion cpunion deleted the fix-alloc-in-loop branch November 25, 2024 04:06
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.

Wrong local string varialbe allocation
2 participants