[Improvement]: Method Size Too Large #43682
Labels
Team/jBallerina
All the issues related to BIR, JVM backend code generation and runtime
Type/Improvement
userCategory/Compilation
Description
During the compilation of a Ballerina program, the following error occurs:
ERROR [main.bal:(27:1,92:3)] method is too large: 'transformPacs009ToMt202COV'
error: compilation contains errors
This error indicates that the method transformPacs009ToMt202COV has exceeded the allowable size limit, likely due to an extensive number of operations or code complexity. This limitation could pose challenges for projects requiring large transformation logic in a single method.
Affected Version:
Ballerina 2201.10.1
test (2).zip
Use this to reproduce the error.
Describe your problem(s)
No response
Describe your solution(s)
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: