-
Notifications
You must be signed in to change notification settings - Fork 754
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 performance of array add operation and type checker #43701
Improve performance of array add operation and type checker #43701
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bvm/ballerina-runtime/src/main/java/io/ballerina/runtime/internal/TypeChecker.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fedce86
to
8b46143
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2201.11.0-stage #43701 +/- ##
==================================================
Coverage ? 77.22%
Complexity ? 58799
==================================================
Files ? 3527
Lines ? 221752
Branches ? 28815
==================================================
Hits ? 171250
Misses ? 40841
Partials ? 9661 ☔ View full report in Codecov by Sentry. |
fbb3a35
into
ballerina-platform:2201.11.0-stage
Purpose
Fixes #43694