Changes between Version 12 and Version 13 of LoritoDesignQuestions

Show
Ignore:
Timestamp:
07/27/10 21:03:33 (11 years ago)
Author:
chromatic
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoritoDesignQuestions

    v12 v13  
    9090 
    9191Lorito 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 
     95Every 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 
     97This means that cleaning up existing C code is very valuable.