experimenting with optim flags for verb paradigms

This commit is contained in:
aarne
2006-02-05 20:14:26 +00:00
parent fc945b485b
commit f086f56b66
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
resource BeschFre = open Prelude, MorphoFre in {
flags optimize=noexpand ; -- faster and smaller than =all
oper VerbeN = {s : VF => Str} ;
oper mkNV : Verbe -> VerbeN = \ve -> {s = vvf ve} ;

View File

@@ -2,6 +2,8 @@
resource BeschIta = open Prelude, CommonRomance in {
flags optimize=values ; -- smaller than noexpand
oper Verbo = {s : VForm => Str} ;
-- machine-generated GF file

View File

@@ -2,6 +2,8 @@
resource BeschSpa = open Prelude, CommonRomance in {
flags optimize=noexpand ; -- faster than values
oper Verbum = {s : VFB => Str} ;
-- machine-generated GF file from FM source by Inger Andersson and Therese Söderberg