From: Sven R. <rei...@ma...> - 2003-01-31 14:49:43
|
Andre, I know that the SplitTemp code is buggy, it was just a quick prototype. I still need to figure out what exactly I want it to do... There are a couple of issues related to assignments in subscopes; they can be split if the variable isn't used after the subscope (because of a return statement, e.g.), but that's a bit hard to detect. I will try to move the code to the safe side, i.e., just perform the refactoring if we know it is legal. Since the CodeGenerator code isn't used yet, I don't really understand it. I'll try to work on it. I'll read what you wrote about the FullParser stuff. I would increase its priority to medium, since it is necessary for a Linux interface (in its current design). More later, Sven. -- Sven Reichard Dept. of Math. Sci. University of Delaware rei...@ma... |