From 7aedc5eebf9bfd6cbbfad2cbccf4ae39a218f9aa Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Wed, 24 Nov 2004 17:42:31 +0000 Subject: [PATCH] optimization --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index df25560e..31393431 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,9 @@ MEDIUM: MINOR: 1. Parsing of CONSTRAINED BY clauses + +2. If the generated target language source file is not different from +the one already present (except maybe a compiler version in comments), +do not update the file. Prevents trashing file dependencies in multifile +compilation. +