aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Do not let domain closure escape lookupDefinitionFunctionGabriel Dos Reis1-6/+0
2016-02-07Remove $NRTaddFormGabriel Dos Reis1-10/+7
2016-02-07Remove $NRTderivedTargetIfTrueGabriel Dos Reis1-5/+1
2016-02-07Various cleanupsGabriel Dos Reis1-5/+5
2016-01-30Normalize spelling of mkpf.Gabriel Dos Reis1-1/+1
2016-01-06optFunctorBody: Take a DB argument.Gabriel Dos Reis1-2/+2
2015-12-30Thread database parameter through more compiler functions.Gabriel Dos Reis1-1/+1
2015-12-30Add more dependencies in the algberas' Makefile.am.Gabriel Dos Reis1-1/+1
2015-12-30Remove attributes unitsKnown, leftUnitary, rightUnitary, canonicalsClosed, ce...Gabriel Dos Reis1-1/+1
2015-12-29Introduce '' for the slot number of the add-chain domain.Gabriel Dos Reis1-8/+11
2015-12-28stuffSlot: Take the function directly from getLookupFun.Gabriel Dos Reis1-4/+1
2015-12-27Simplify representation of constants in functors.Gabriel Dos Reis1-3/+3
2015-12-27Use '%closure' instead of 'CONS' in functor data.Gabriel Dos Reis1-2/+2
2015-12-26Remove dead and bogus code for constant assginments.Gabriel Dos Reis1-4/+1
2015-12-26Rename 'lastItem' to 'last'. Remove the macro definition.Gabriel Dos Reis1-1/+1
2015-12-26Tidy NRTputInLocalReferences.Gabriel Dos Reis1-9/+6
2015-12-26Remove dispatchFunction.Gabriel Dos Reis1-2/+2
2015-12-26Introduce opcode '%constant' in lieu of IDENTITY.Gabriel Dos Reis1-1/+1
2015-12-26Use brackets instead of Lisp LIST for sequence literals.Gabriel Dos Reis1-1/+1
2015-12-24Replace FUNCALL with apply.Gabriel Dos Reis1-1/+1
2013-06-15Small cleanup in buildFunctor.dos-reis1-4/+3
2013-06-15Remove NRT prefix from most functions.dos-reis1-27/+27
2013-06-15 * interp/nruncomp.boot (NRTsetVector4Part1): Add environment parameter.dos-reis1-10/+12
2013-06-13avoid uses of special variables for environments.dos-reis1-14/+14
2013-06-01Cache category objects created at functor build time.dos-reis1-1/+2
2013-05-28 Remove $domainShell.dos-reis1-6/+5
2013-05-28Add DB parameter to compNoStackingdos-reis1-1/+1
2013-05-27Add DB parameters to finalization functions.dos-reis1-5/+5
2013-05-15 * interp/nruncomp.boot (NRTputInHead): Tidy.dos-reis1-15/+16
2013-05-11Fix opcode for references to domain-wide entitiesdos-reis1-4/+4
2012-02-27 * interp/nruncomp.boot (markOperation): New.dos-reis1-1/+6
2012-02-26 * interp/compiler.boot (compTopLevel): Do not bind $killOptimizeIfTrue.dos-reis1-2/+0
2012-02-25 * interp/nruncomp.boot (genDeltaEntry): Fix thinko.dos-reis1-1/+1
2012-02-23 * interp/nruncomp.boot (genDeltaEntry): Replace applyFun with %apply.dos-reis1-1/+1
2012-02-05 * interp/nruncomp.boot (getLocalIndex): Fast track niladicdos-reis1-1/+2
2012-01-01 * interp/define.boot (evalCategoryForm): New.dos-reis1-2/+2
2011-12-28 * boot/tokens.boot: Do not rewrite drop and take.dos-reis1-1/+1
2011-12-08 * interp/g-opt.boot (tranformIF!): New.dos-reis1-3/+3
2011-12-07 * interp/compiler.boot (compReduce1): Tidy.dos-reis1-2/+2
2011-12-03 * interp/nruncomp.boot (washFunctorBody) [clean]: Clean %whendos-reis1-0/+4
2011-11-29 * boot/tokens.boot (absKind, absParms, absBody): New selectors.dos-reis1-2/+1
2011-11-28 * interp/nruncomp.boot (genDeltaEntry): Use $ for the domain ofdos-reis1-0/+2
2011-11-28 * interp/define.boot (encodeCatform): Handle $ here.dos-reis1-6/+4
2011-11-28 * interp/nruncomp.boot (genDeltaEntry): Replace Rep with its valuedos-reis1-0/+2
2011-11-27 * interp/define.boot (assignCapsuleFunctionSlot): Slot originaldos-reis1-33/+15
2011-11-27 * interp/nruncomp.boot (assocIndex): Rename from NRTassocIndex.dos-reis1-13/+13
2011-11-26 * interp/define.boot (assignCapsuleFunctionSlot): Do not calldos-reis1-11/+5
2011-11-26 * interp/nruncomp.boot (genDeltaEntry): Split first argument intodos-reis1-13/+12
2011-11-26 * interp/define.boot ($NRTdeltaList): Remove.dos-reis1-37/+31
2011-11-26 * interp/br-con.boot (conOpPage1): Fix typo.dos-reis1-92/+90