Subject Re: [Firebird-Architect] Re: Recommendation for a c++ profiler?
Author Adriano dos Santos Fernandes
paulruizendaal wrote:
> The code may become easier to read if were refactored to be layed out
> to show the VM more explicitly, but what is the point in that? Lot's
> of work with no performance gain.
There is a lot of sense, it's called software maintainability.

If you look at HEAD, you'll see InAutonomousTransactionNode and how it
implements the AUTONOMOUS TRANSACTION command. Very independent, no need
to alter many files as legacy commands.


Adriano