Changes between Version 17 and Version 18 of LoritoRoadmap

Show
Ignore:
Timestamp:
07/19/10 23:46:08 (12 years ago)
Author:
cotto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoritoRoadmap

    v17 v18  
    1818     * how to deal with platform-native types and call C-level functions (ffi) 
    1919     * arg format (fixed three-arg format, variable, other) 
    20      * classes of ops, specific op set (with the expectation that once settled, this will change seldom or never) 
     20     * [wiki:LoritoOps LoritoOps]: classes of ops, specific op set (with the expectation that once settled, this will change seldom or never) 
    2121     * registers (will PMCs have distinct registers or be represented simply as pointers) 
    2222     * interaction with PMCs (i.e. what does the Lorito for RPA look like?  What's the equivalent of STRING *s = VTABLE_get_string(INTERP, p); in Lorito?)