Index of /archives/NetBSD/NetBSD-release-10/src/sys/external/bsd/sljit/dist

Icon  Name                                                           Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] API_CHANGES 2019-01-21 07:44 4.0K [TXT] Makefile 2019-01-21 07:44 2.3K [TXT] README 2019-01-21 07:44 943 [TXT] INTERNAL_CHANGES 2014-06-18 00:37 245 [DIR] test_src/ 2022-12-18 05:36 - [DIR] sljit_src/ 2024-04-20 12:35 - [DIR] regex_src/ 2022-12-18 05:36 - [DIR] doc/ 2022-12-18 05:36 - [DIR] CVS/ 2022-12-18 05:36 -

                     SLJIT - Stack Less JIT Compiler

Purpose:
  A simple, machine independent JIT compiler, which suitable for
  translating interpreted byte code to machine code. The sljitLir.h
  describes the LIR (low-level intermediate representation) of SLJIT.

Compatible:
  Any C (C++) compiler. At least I hope so.

Using sljit:
  Copy the content of sljit_src directory into your project source directory.
  Add sljitLir.c source file to your build environment. All other files are
  included by sljitLir.c (if required). Define the machine by SLJIT_CONFIG_*
  selector. See sljitConfig.h for all possible values. For C++ compilers,
  rename sljitLir.c to sljitLir.cpp.

More info:
  http://sljit.sourceforge.net/

Contact:
  hzmester@freemail.hu

Special thanks:
  Alexander Nasonov
  Christian Persch
  Daniel Richard G.
  Giuseppe D'Angelo
  Jiong Wang (TileGX support)
  Marc Mutz
  Michael McConville
  Walter Lee
  Wen Xichang