| Author |
How can I use JIT Compiler to enhance the performance?
|
Pushker Chaubey
Ranch Hand
Joined: Dec 06, 2006
Posts: 53
|
|
Hi, I have program which reads from a queue and does some processing and writes the results into another queue. I want to speed up the processing. Please let me know how can JIT complier be used in my case? or is it already internally used by the JVM? Thanks.
|
Regards,<br />Pushker<br /> <br />SCBCD 5.0 90%<br />SCWCD 5.0 89%<br />SCJP 5.0 90%
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
It's already used internally by the JVM. The best thing to do is to get a profiling tool and measure where your actual performance bottlenecks are, and then fix them.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: How can I use JIT Compiler to enhance the performance?
|
|
|