Changes between Version 2 and Version 3 of LevelOne

Show
Ignore:
Timestamp:
06/26/09 05:46:38 (13 years ago)
Author:
Austin_Hastings
Comment:

Added link to cotto's page

Legend:

Unmodified
Added
Removed
Modified
  • LevelOne

    v2 v3  
    4949  
    5050So the downside here is that there are a lot more ops. And the ops look funny. They don't look like "add two numbers" or "call this function". The upside is that each of these ops is a replacement for some code that already exists in the current pmc2c boilerplate, and if things are done right most of those ops won't get executed (making the actual code that gets executed shorter, and contain fewer calls to malloc). 
     51 
     52== Rewriting PMCs in NQP == 
     53 
     54`cotto` is documenting what it would take to rewrite some representative PMCs in NQP, or some future dialect of NQP, [wiki:RewritingPMCsInNQP here.] 
     55