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

Improve memory usage for parameter deoptimizations #4938

Merged
merged 8 commits into from
Apr 16, 2023

3.20.3-0

9466534
Select commit
Failed to load commit list.
Merged

Improve memory usage for parameter deoptimizations #4938

3.20.3-0
9466534
Select commit
Failed to load commit list.
Codecov / codecov/project failed Apr 14, 2023 in 0s

98.98% (-0.04%) compared to c4cb264

View this Pull Request on Codecov

98.98% (-0.04%) compared to c4cb264

Details

Codecov Report

Merging #4938 (9466534) into master (c4cb264) will decrease coverage by 0.04%.
The diff coverage is 95.55%.

@@            Coverage Diff             @@
##           master    #4938      +/-   ##
==========================================
- Coverage   99.01%   98.98%   -0.04%     
==========================================
  Files         221      221              
  Lines        8052     8067      +15     
  Branches     2216     2214       -2     
==========================================
+ Hits         7973     7985      +12     
- Misses         26       28       +2     
- Partials       53       54       +1     
Impacted Files Coverage Δ
src/ast/NodeInteractions.ts 100.00% <ø> (ø)
src/ast/nodes/CallExpression.ts 100.00% <ø> (ø)
src/ast/nodes/NewExpression.ts 100.00% <ø> (ø)
src/ast/nodes/shared/MethodBase.ts 100.00% <ø> (ø)
src/ast/utils/PathTracker.ts 100.00% <ø> (ø)
src/utils/blank.ts 80.00% <50.00%> (-20.00%) ⬇️
src/ast/nodes/shared/MethodTypes.ts 96.29% <66.66%> (ø)
src/ast/variables/ParameterVariable.ts 96.07% <93.54%> (-3.93%) ⬇️
src/ast/nodes/ConditionalExpression.ts 100.00% <100.00%> (ø)
src/ast/nodes/LogicalExpression.ts 100.00% <100.00%> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.