google-code-export / asdec

Automatically exported from code.google.com/p/asdec
1 stars 0 forks source link

Decompile only specified class #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes it is desired to decompile only one or bunch of single file(s) 
instead of whole project. It would be nice to allow to pass parameter with a 
list of AS classes saying what to decompile to avoid decompilation of whole 
project when it is not needed. It would save significant amount of time and 
resources in huge projects.

Original issue reported on code.google.com by karel.ce...@gmail.com on 26 Mar 2013 at 8:21

GoogleCodeExporter commented 9 years ago
For a huge files it takes a lot of time for initial reading - all the tags and 
actions are read sequentally. Perhaps it is worth to add some multithreading in 
such a manner that each particulair tag or action is created in its own thread.

Original comment by plisnich...@gmail.com on 27 Mar 2013 at 4:02

GoogleCodeExporter commented 9 years ago
Well I don't know about that but what I got from application logging it seems 
that also classes generation takes lot of time. For example I have file which 
is decompiled to 14 MB of source code, it is 1741 classes and I am interested 
in only couple of them. So creation of over 1700 files and nearly 14MB of data 
is waste of resources. Would be nice to allow to skip them.

Original comment by karel.ce...@gmail.com on 27 Mar 2013 at 4:08

GoogleCodeExporter commented 9 years ago
Hi, I have moved this issue to new Issue Tracker.
You should have received email info about registering there(with specific link) 
and gaining access to this issue. If you have not received any email, please 
check your SPAM inbox or write to my email.

Original comment by jindra.p...@gmail.com on 31 Mar 2013 at 8:23