jlahoda commented on issue #1890: [NETBEANS-3693] Create only one instance of 
javac
URL: https://github.com/apache/netbeans/pull/1890#issuecomment-593252885
 
 
   > @jlahoda or @lahodaj as the 12.0 merge window is open, can you review the 
changes?
   
   Currently, without nb-javac, refactoring run file-by-file (one javac 
instance per file), which increases chances it fits into the memory. This patch 
changes that to one javac instance for all files in the refactoring - that 
significantly improves the speed, but lowers the chances the processing will 
fit into the memory. I still think a middle ground - try to fit all into the 
memory, and run fast if it fits, but fallback to file-by-file processing if it 
doesn't - is the best combination. And, unless I am mistaken, this patch does 
not provide that.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to