From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] pico From: "Russ Cox" Date: Mon, 28 Jan 2008 18:36:19 -0500 In-Reply-To: <2f16983f4993a435eca918db8e97055c@quintile.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080128233615.B0DC61E8C2B@holo.morphisms.net> Topicbox-Message-UUID: 3c57514e-ead3-11e9-9d60-3106f5b1d025 > Byron Rakitzis (of posix rc fame) produced a version popi with the JIT > compiler, though sadly his where for cpus which are common cpus these days. Computers and compilers are fast enough now that you can get away with just feeding code into a C compiler instead of writing a full JIT. And there's no porting to do! I just put a pico on sources that does this - 738 lines, not many of which are the "JIT". 9fs sources cd /n/sources/contrib/rsc/pico mk demo Russ