Date: Sat, 21 Jul 2001 10:49:50 -0700 From: Arun Sharma <arun@sharmas.dhs.org> To: java@FreeBSD.ORG Subject: Re: POSIX port of Intel ORP Message-ID: <20010721104950.A31627@sharmas.dhs.org> In-Reply-To: <20010721032457.A66507@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Sat, Jul 21, 2001 at 03:24:58AM %2B0930 References: <20010720100944.A13540@sharmas.dhs.org> <20010721025208.A65928@misty.eyesbeyond.com> <20010720104344.A22485@sharmas.dhs.org> <20010721032457.A66507@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Here is a developer preview of what I have done so far: http://www.sharma-home.net/~adsharma/projects/orp/orp-posix-patch.txt.gz [34 KB] It's a patch against: orp20010706l.tgz Rough edges: - I had to symlink /usr/local/lib/lib{glib,gthread}1-2.so to lib{glib,gthread}.so to be able to link orp. - symlink os/bsd to os/FreeBSD - There's a GPL contamination issue in orp_synch.h - two simple inline functions from linux asm/bitops.h have been copied verbatim. If someone can clean-room it, this should go away. Status: - Compiles, but core dumps on a hello world program. The core dump seems to be happening in JIT'ed code. Once the patches have been tested, I intend to submit a patch to Intel for inclusion in the official source tree. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010721104950.A31627>