Re: Code transformation and optimization

2009-02-20 Thread Dave Korn
Vincent R. wrote: > To make things clear let's say that I would like to declare a new keyword > called special_else for instance. This is about SEH __try/__except/__finally really, isn't it? ;-) > For now we manage to do some transformation, the problem is with > optimization because the code

Code transformation and optimization

2009-02-20 Thread Vincent R.
Hi, I would like to make some code transformation and your help would be greatly appreciated. To make things clear let's say that I would like to declare a new keyword called special_else for instance. This new keyword has the same syntax as an else statement but the difference is expression to be