impc:compiler:reset-jit-compilation-queue   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmir.xtm

Implementation

(define impc:compiler:reset-jit-compilation-queue
  (lambda ()
    (set! *impc:compiler:queued-llvm-ir-string* (make-string 0))))


Back to Index