Re: Java compiler for code generation

2017-04-03 Thread Luciano Resende
e (that question applies to JDK as > >> well), and what is the footprint? > >> > >> Regards, > >> Berthold Reinwald > >> IBM Almaden Research Center > >> office: (408) 927 2208; T/L: 457 2208 > >> e-mail: reinw...@us.ibm.com > >>

Re: Java compiler for code generation

2017-04-03 Thread dusenberrymw
.ibm.com >> >> >> >> From: Matthias Boehm >> To: dev@systemml.incubator.apache.org >> Date: 03/31/2017 08:17 PM >> Subject:Java compiler for code generation >> >> >> >> Hi all, >> >> currently, our n

Re: Java compiler for code generation

2017-03-31 Thread Matthias Boehm
.ibm.com > > > > From: Matthias Boehm > To: dev@systemml.incubator.apache.org > Date: 03/31/2017 08:17 PM > Subject:Java compiler for code generation > > > > Hi all, > > currently, our new code generator for operator fusion, uses the &

Re: Java compiler for code generation

2017-03-31 Thread Berthold Reinwald
2208 e-mail: reinw...@us.ibm.com From: Matthias Boehm To: dev@systemml.incubator.apache.org Date: 03/31/2017 08:17 PM Subject:Java compiler for code generation Hi all, currently, our new code generator for operator fusion, uses the programmatic javax.tools.JavaCompiler

Java compiler for code generation

2017-03-31 Thread Matthias Boehm
Hi all, currently, our new code generator for operator fusion, uses the programmatic javax.tools.JavaCompiler, which is Java's standard API for compilation. Despite a plan cache that mitigates unnecessary compilation and recompilation overheads, we still see significant end-to-end overhead especia