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

feat: optimize VyperNode.deepcopy #3784

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Feb 16, 2024

What I did

optimize frontend compilation time by 10%

How I did it

How to verify it

check frontend time with vyper -f annotated_ast, and full compilation time with vyper -f bytecode

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-->

@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (29205ba) 84.99% compared to head (1e51a58) 84.99%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3784   +/-   ##
=======================================
  Coverage   84.99%   84.99%           
=======================================
  Files          92       92           
  Lines       13714    13717    +3     
  Branches     3079     3079           
=======================================
+ Hits        11656    11659    +3     
  Misses       1570     1570           
  Partials      488      488           

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

@charles-cooper charles-cooper marked this pull request as ready for review February 16, 2024 22:13
@charles-cooper charles-cooper changed the title optimize VyperNode.deepcopy optimize VyperNode.deepcopy Feb 16, 2024
@charles-cooper charles-cooper changed the title optimize VyperNode.deepcopy feat: optimize VyperNode.deepcopy Feb 16, 2024
@charles-cooper charles-cooper merged commit 2d2a682 into vyperlang:master Feb 16, 2024
84 checks passed
@charles-cooper charles-cooper deleted the perf/ast-deepcopy branch February 16, 2024 22:43
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.

3 participants