You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/10/31 11:16:26 UTC

[GitHub] [drill] vvysotskyi opened a new pull request #1887: DRILL-7372: MethodAnalyzer consumes too many memory

vvysotskyi opened a new pull request #1887: DRILL-7372: MethodAnalyzer consumes too many memory
URL: https://github.com/apache/drill/pull/1887
 
 
   Jira: [DRILL-7372](https://issues.apache.org/jira/browse/DRILL-7372).
   
   - Replaced `Set<Integer>` with `BitSet` - it allowed to reduce heap usage significantly.
   - Avoided copying `localVariablesSet` and `labelsStack` from the source frame when a new frame is created since the branch-sensitive analysis was already done for a source frame.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services