JitManagerImpl

fr.hammons.slinc.JitManagerImpl
class JitManagerImpl(compiler: Compiler, jitThreshold: Int, checkRate: FiniteDuration) extends JitManager

Attributes

Graph
Supertypes
trait JitManager
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def jitNow(): Unit
def jitc[F, Input <: Tuple, Output](lowSpeed: F, highSpeed: JitCompiler => F, atomicRef: F => Unit)(using f: Fn[F, Input, Output]): Unit

Givens

Givens

given given_Compiler: Compiler
given given_ExecutionContext: ExecutionContext