From bdaa4f4c051f76ea487419e3b3969072c60ae40c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 22 Jan 2001 12:03:55 +0000 Subject: *** empty log message *** --- Src/parse.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Src/parse.c') diff --git a/Src/parse.c b/Src/parse.c index 4d9a48370..330ebbfb5 100644 --- a/Src/parse.c +++ b/Src/parse.c @@ -83,9 +83,8 @@ struct heredocs *hdocs; /* * Word code. * - * For now we simply post-process the syntax tree produced by the - * parser. We compile it into a struct eprog. Some day the parser - * above should be changed to emit the word code directly. + * The parser now produces word code, reducing memory consumption compared + * to the nested structs we had before. * * Word code layout: * @@ -157,7 +156,7 @@ struct heredocs *hdocs; * - followed by body * * WC_WHILE - * - data contains type (while, until) and ofsset to after body + * - data contains type (while, until) and offset to after body * - followed by condition * - followed by body * -- cgit v1.2.3