guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VM: direct vs indirect threading


From: Karl M. Hegbloom
Subject: Re: VM: direct vs indirect threading
Date: 20 Sep 2000 19:36:50 -0700

 Keisuke?  Have you looked at `rscheme' at all?  (It's very
 complicated, to me.)  Apparently it has some sort of automatic
 generation of byte code interpreters.  Might be worth a study.

 Did you find anything interesting on CiteSeer?

/*-----------------------------------------------------------------*-C-*---
 * File:    handc/bci/bcinterp.c
 *
 *          Copyright (C)1997 Donovan Kolbly <address@hidden>
 *          as part of the RScheme project, licensed for free use.
 *          See <http://www.rscheme.org/> for the latest information.
 *
 * File version:     1.36
 * File mod date:    1998.12.07 03:04:09
 * System build:     v0.7.3.1-b43u, 2000-02-27
 *
 * Purpose:          RScheme bytecode interpreter (8902)
 *------------------------------------------------------------------------*
 * Notes:
 *      This bytecode interpreter is hand-crafted.  In the future,
 *      BCIs can be constructed automatically using trace-driven
 *      instruction-sequence analysis for optimization.
 *      
 *      This BCI is identified as 8902 (it's part-tag) to distinguish
 *      it from any other possible BCIs
 *------------------------------------------------------------------------*/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]