From: Steve H. <st...@we...> - 2014-03-11 00:16:55
|
I just want to check if this is supposed to be possible. Suppose I have a folder with .class files named "java-src". I run xmlvm --in=java-src --out=xmlvm-src --target=xmlvm Then at a later time xmlvm --in=xmlvm-src --out=c-src --target=posix or xmlvm --in=xmlvm-src --out=c-src --target=c etc.. Is this supposed to be possible? I'm working on improving build times by introducing some caching and eliminating inter-class dependencies. My first idea was to generate .xmlvm files as an intermediate representation to treat as a cache. However I am having difficulty generating anything from .xmlvm files. If this is supposed to be possible, I can provide stack traces etc... If not, I'll proceed to attempt different strategies. Best regards Steve |