diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-30 17:06:50 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-30 17:06:50 +0000 |
commit | d4253914cd374bbb099b6055e8db595073c1b349 (patch) | |
tree | de05e00e8d2c6ed0f7fd707ec5cb0daa3dbc2c1f /src/interp/clam.boot | |
parent | af51c280292fc412e56c22ec2b416184beecee3d (diff) | |
download | open-axiom-d4253914cd374bbb099b6055e8db595073c1b349.tar.gz |
* interp/buildom.boot: Cache constructor instantiations.
* interp/clam.boot (haddProp): Update comment.
Diffstat (limited to 'src/interp/clam.boot')
-rw-r--r-- | src/interp/clam.boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/clam.boot b/src/interp/clam.boot index 0f6b17d4..ff119529 100644 --- a/src/interp/clam.boot +++ b/src/interp/clam.boot @@ -522,7 +522,6 @@ addToConstructorCache(op,args,value) == ['haddProp,'$ConstructorCache,MKQ op,args,['CONS,1,value]] haddProp(ht,op,prop,val) == - --called inside functors (except for union and record types ??) --presently, ht always = $ConstructorCache statRecordInstantiationEvent() if $reportInstantiations = true or $reportEachInstantiation = true then |