Skip to content

Conversation

@charles-cooper
Copy link
Member

this commit tunes the function inliner by assigning param and ret instructions a cost of 0 (in fact, they should probably have negative cost, since those only have cost in the call convention overhead, but when inlined, they disappear).

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

this commit tunes the function inliner by assigning `param` and `ret`
instructions a cost of 0 (in fact, they should probably have negative
cost, since those only have cost in the call convention overhead, but
when inlined, they disappear).
@charles-cooper charles-cooper requested a review from harkal April 17, 2025 21:29
@codecov
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.67%. Comparing base (79001f3) to head (77a8349).
Report is 78 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4584      +/-   ##
==========================================
+ Coverage   92.64%   92.67%   +0.03%     
==========================================
  Files         122      122              
  Lines       17530    17537       +7     
  Branches     2980     2981       +1     
==========================================
+ Hits        16240    16252      +12     
+ Misses        892      888       -4     
+ Partials      398      397       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@charles-cooper charles-cooper merged commit 1be8097 into vyperlang:master Apr 17, 2025
161 checks passed
@charles-cooper charles-cooper deleted the feat/venom/tune-inliner branch April 17, 2025 21:47
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.

2 participants