srinivas mohan wrote:
> can you help me suggesting any open source compilers > to compile my java code to native code... I suggest that this is unlikely to help. Whenever a computer program is not runnning fast enough, the first step MUST BE to measure it and understand why. Use a profiler. Or write a logfile with lots of timestamps. What is your robot spending its time doing? Until you know this, any time spent trying to make it go faster is wasted. -Tim -- This message was sent by the Internet robots and spiders discussion list ([EMAIL PROTECTED]). For list server commands, send "help" in the body of a message to "[EMAIL PROTECTED]".
