rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

Double computation in the partial evaluation #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the compilation pipeline of GF there is a phase called partial evaluation. 
The purpose of this phase is to optimize the functions so that the later 
computations will be become efficient. The problem is that this partial 
computation is performed twice, thus being to very efficient.

Original issue reported on code.google.com by kr.ange...@gmail.com on 30 Nov 2009 at 10:41