Changes between Version 12 and Version 13 of LoritoDesignQuestions
- Timestamp:
- 07/27/10 21:03:33 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LoritoDesignQuestions
v12 v13 90 90 91 91 Lorito will allow manual memory management through the same interface used to access other C-level functions. 92 93 === Will Lorito require us to port existing code from C to Lorito? === 94 95 Every time we port code from C to Lorito, we get more benefits -- not just from the cleanliness of reimplementation and rethinking, but from the performance improvements of not crossing the C/Parrot boundary. Even so, Lorito *must* allow the calling of C functions from its ops, so we can migrate existing Parrot to Lorito ops gradually. 96 97 This means that cleaning up existing C code is very valuable.