• Jeffrey Wilcke's avatar
    cmd/utils, miner: A/B testing JIT VM. Disabled for miners · bbeaab7e
    Jeffrey Wilcke authored
    This PR introduces a 10% probability that you'll run the client with the
    JIT enabled testing the new client and helps us potentially catch
    errors when reported.
    
    This feature is **disabled** for miners (disabling the JIT completely).
    The JIT can however be force for miners if they enable both --jitvm and
    --forcejit.
    bbeaab7e
worker.go 20.6 KB