cvs commit: ports/lang Makefile ports/lang/libjit Makefile distinfo pkg-descr pkg-plist ports/lang/libjit/files patch-aa patch-ab patch-ac patch-ad

Kirill Ponomarew krion at FreeBSD.org
Thu Apr 29 01:30:57 PDT 2004


krion       2004/04/29 01:30:56 PDT

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/libjit          Makefile distinfo pkg-descr pkg-plist 
    lang/libjit/files    patch-aa patch-ab patch-ac patch-ad 
  Log:
  Add libjit 0.0.0f,
  
  The libjit library implements Just-In-Time compilation
  functionality. Unlike other JIT's, this one is designed to be
  independent of any particular virtual machine bytecode format
  or language. The hope is that Free Software projects can get a
  leg-up on proprietry VM vendors by using this library rather
  than spending large amounts of time writing their own JIT from
  scratch.
  
  This JIT is also designed to be portable to multiple
  archictures. If you run libjit on a machine for which a native
  code generator is not yet available, then libjit will fall back
  to interpreting the code. This way, you don't need to write
  your own interpreter for your bytecode format if you don't want
  to.
  
  PR:             ports/66038
  Submitted by:   michael johnson <ahze at ahze.net>
  
  Revision  Changes    Path
  1.400     +1 -0      ports/lang/Makefile
  1.1       +21 -0     ports/lang/libjit/Makefile (new)
  1.1       +2 -0      ports/lang/libjit/distinfo (new)
  1.1       +12 -0     ports/lang/libjit/files/patch-aa (new)
  1.1       +12 -0     ports/lang/libjit/files/patch-ab (new)
  1.1       +12 -0     ports/lang/libjit/files/patch-ac (new)
  1.1       +12 -0     ports/lang/libjit/files/patch-ad (new)
  1.1       +12 -0     ports/lang/libjit/pkg-descr (new)
  1.1       +23 -0     ports/lang/libjit/pkg-plist (new)


More information about the cvs-all mailing list