Skip to content

Commit

Permalink
Update docs for 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dworkin committed Aug 22, 2021
1 parent 32f4996 commit 7b8591d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
]);

Expand Down
2 changes: 1 addition & 1 deletion doc/JIT
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7b8591d

Please sign in to comment.