Patch: Speed up NetBeans IDE execution
Jaroslav Tulach
jaroslav.tulach at gmail.com
Wed Mar 11 10:52:17 UTC 2015
Hi.
I am using Graal with NetBeans and found various operations (rebuild of a
single module, execution) too slow. I believe the reason is that NetBeans try
to ensure all dependant projects are up-to-date. I guess this is unnecessary.
The usual workflow is to do:
$ ./mx build
and only then rebuild individual parts in the IDE, right? I am attaching patch
speed things up by removing the dependency checks. Would anyone be so kind and
applied it? I am OCA signatory via NB.
-jt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: X.diff
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/graal-dev/attachments/20150311/7c7d4d57/X.diff>
More information about the graal-dev
mailing list