Changes between Version 20 and Version 21 of LoritoRoadmap
- Timestamp:
- 10/17/10 17:45:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LoritoRoadmap
v20 v21 20 20 * registers (Will PMCs have distinct registers or be represented simply as pointers? How wide will they be?) 21 21 * interaction with PMCs (i.e. what does the Lorito to implement RPA look like? What's the equivalent of STRING *s = VTABLE_get_string(INTERP, p); in Lorito?) 22 * stored data structures: Currently a large part of Rakudo's startup time is devoted to building in-memory structures rather than executing code. How will Lorito alleviate this and what will it look like? 22 23 * Secondary issues (can be decided as implementations progress): 23 24 * binary format (Will PBC eventually contain Lorito ops? If not, how will composed ops be represented?)