Y
Hacker News
new
|
ask
|
show
|
jobs
by
bcrosby95
1995 days ago
Why can't a JIT program the FPGA based upon previous runs through the same set of code? IIRC the JVM won't rest on its final optimizations until it runs a chunk of code hundreds (or thousands? I forget) of times.
1 comments
pjmlp
1995 days ago
Depends pretty much on which JVM we are talking about, Java is like C, plenty to chose from.
In what concerns OpenJDK that is configurable via the -XX flags.
link
In what concerns OpenJDK that is configurable via the -XX flags.