[aarch64-port-dev ] Regarding Javac
Trivikram Chaudhary
trivikram at iitj.ac.in
Thu Oct 3 05:16:24 PDT 2013
Sir,
javac takes java files and produces byte code which is machine independent.
So we need not modify the work done by javac while porting. However, javac
itself has to be compiled and run on our machine to make it work but javac
source code is written in java again. How to compile that on a new
processor. Do we need to modify the source code according to architecture.
Please let me know.
Thank You
More information about the aarch64-port-dev
mailing list