Gordon Henriksen <[EMAIL PROTECTED]> wrote:
Other threads than the target could be executing the same chunk of JITted code at the same time.
No. JITed (and prederefed) code is thread-specific, because register addresses are converted to absolute memory locations.
Ack! Might want that to be configurable for the JIT, to reduce the overhead of starting a thread...
—
Gordon Henriksen [EMAIL PROTECTED]