From: <re...@us...> - 2007-06-06 04:49:20
|
Revision: 1415 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1415&view=rev Author: redpony Date: 2007-06-05 21:49:17 -0700 (Tue, 05 Jun 2007) Log Message: ----------- reduce memory consumption by removing data members from Factor object. These were not used anywhere and are determined by context. Since the were not used, it is not even clear if they were being reliably set, so it's better to remove them. Modified Paths: -------------- trunk/moses/src/Factor.cpp trunk/moses/src/Factor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |