<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/libjit/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-18T16:45:21Z</updated>
<entry>
<title>Add missing files missed in the update.</title>
<updated>2008-02-18T16:45:21Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2008-02-18T16:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aef2160af51c4d89e69607ec7ed3639141759550'/>
<id>urn:sha1:aef2160af51c4d89e69607ec7ed3639141759550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Move info file entries into the PLIST.</title>
<updated>2006-03-31T05:37:08Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-31T05:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=43a28ee4f2fc354849d012264bbc47aab1000d9f'/>
<id>urn:sha1:43a28ee4f2fc354849d012264bbc47aab1000d9f</id>
<content type='text'>
* Honor PKGINFODIR and EMACS_INFOPREFIX.
</content>
</entry>
<entry>
<title>Updated libjit to 0.0.4.</title>
<updated>2005-10-22T15:51:02Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-10-22T15:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ed89be1760f429969b9edac8cc60b7672986ea78'/>
<id>urn:sha1:ed89be1760f429969b9edac8cc60b7672986ea78</id>
<content type='text'>
Changes:
	* Pluggable object models.
	* Problems with "gen-apply" on Win32 systems.
	* Optimize "if true goto" into "goto".
	* Peephole optimization on branches.
	* Adjust ARM codegen macros to support branch elimination instructions.
	* Redesign exception handling to use "setjmp" everywhere.
	* Remove C++ code from "libjit.so" so that it is a pure C library.
	* Use computed goto's in the interpreter if the compiler supports them.
	* Don't allow conditional branches to jump out of exception contexts.
	* Block movement to allow initialization code to be moved to the start
	  of a function, or loop condition code to be moved to the end.
	* Rewrite the exception region routines to make them easier to use.
	* Add the "gen-sel" program, for creating instruction selectors.
	* Write instruction selectors for x86 and ARM (only x86 is enabled).
	* Portability fixes for ARM, PPC, Alpha, IA64, and amd64.
	* Clarify the description of LLVM, at the request of LLVM's author.
	* Deferred argument popping after function calls.
	* Add "--enable-interpreter" to force the interpreter to be used.
	* Implement a simple global register allocator based on usage counts.
	* Recognise increment and decrement idioms.
	* Align cache flushes properly (Miroslaw Dobrzanski-Neumann).
	* Querying of x86 cpuid where necessary.
	* Add a constant pool for ARM, to make constant loads more efficient.
	* Handle register pairs for 64-bit values properly.
	* Support for parameter areas on the stack, to reduce push/pop overhead.
	* Avoid unnecessary register spills if a value won't be used again.
	* Implement tail calls from a function to itself.
	* Optimize x86 prologs and epilogs to avoid doing unnecessry work.
	* Centralise the code that handles parameter passing.
	* Support for parallel builds.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Initial import of libjit-0.0.2.</title>
<updated>2004-05-16T01:12:14Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-05-16T01:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=870b996fc32298b8836db7f64a781bee9ec8bc50'/>
<id>urn:sha1:870b996fc32298b8836db7f64a781bee9ec8bc50</id>
<content type='text'>
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.
</content>
</entry>
</feed>
