another optimization of Romance VP. Effect on Fre over 50% in compilation and parse speed. Somewhat smaller on Spa,Ita,Cat.

This commit is contained in:
aarne
2014-11-30 15:05:00 +00:00
parent 051817dfb5
commit 5c1a78e846
9 changed files with 95 additions and 54 deletions

View File

@@ -67,7 +67,7 @@ incomplete concrete VerbRomance of Verb =
SlashV2VNP v np vps = let obj = np.s ! v.c2.c in {
s = v ;
agr = partAgr v.vtyp ;
agr = getVPAgr v ;
clit1 = obj.c1 ;
clit2 = obj.c2 ;
clit3 = {s,imp = [] ; hasClit = False} ; ---- shortcut from insertObject, to check AR 20/11/2013