Changes between Version 11 and Version 12 of LoritoDesignQuestions

Show
Ignore:
Timestamp:
07/27/10 07:06:11 (11 years ago)
Author:
cotto
Comment:

reorder questions a little, add one about the memory model

Legend:

Unmodified
Added
Removed
Modified
  • LoritoDesignQuestions

    v11 v12  
    3434 
    3535PIR that works with Parrot now is expected to run without modification on a Lorito-based Parrot.  This includes calling conventions. 
    36  
    37 === Will Lorito allow direct memory access/pointer arithmetic? === 
    38  
    39 === Will Lorito allow manual memory allocation/deallocation? === 
    40  
    41 Lorito will allow manual memory management through the same interface used to access other C-level functions. 
    4236 
    4337=== Will Lorito have a stack? === 
     
    8882 
    8983These will all be implemented on [http://irclog.perlgeek.de/parrot/2010-07-23#i_2600954 top of Lorito] in terms of goto and call.   
     84 
     85=== What kind(s) of memory access will Lorito support?  How will memory management (automatic and manual) work? === 
     86 
     87=== Will Lorito allow direct memory access/pointer arithmetic? === 
     88 
     89=== Will Lorito allow manual memory allocation/deallocation? === 
     90 
     91Lorito will allow manual memory management through the same interface used to access other C-level functions.