From 7b8591d5473a8bf5778359a88d94c20a7d6c62e1 Mon Sep 17 00:00:00 2001 From: "Felix A. Croes" Date: Sun, 22 Aug 2021 13:48:18 +0200 Subject: [PATCH] Update docs for 1.4. --- README | 2 +- doc/JIT | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3878781..5d68b94 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ configured with the directory that contains the JIT compiler, and where the JIT cache will be created: modules = ([ - "/home/server/lpc-ext/jit.1.3" : /* JIT module */ + "/home/server/lpc-ext/jit.1.4" : /* JIT module */ "/home/server/lpc-ext/jit" /* where jitcomp resides */ ]); diff --git a/doc/JIT b/doc/JIT index f02ebd4..a6eeab4 100644 --- a/doc/JIT +++ b/doc/JIT @@ -1,7 +1,7 @@ The JIT compiler consists of two parts, the jit module and the jitcomp program. The jit module is loaded by Hydra or DGD: - modules = ([ "/home/user/lpc-ext/jit/jit.1.3" : "/home/user/lpc-ext/jit" ]); + modules = ([ "/home/user/lpc-ext/jit/jit.1.4" : "/home/user/lpc-ext/jit" ]); The directory /home/user/lpc-ext/jit specifies where the jitcomp program can be found, and where the JIT compiler cache will be created.