> For example, until recently flow control within the try-finally and with statements was managed by complicated bytecodes with context dependent semantics. The control flow within those statements is now implemented in the compiler, making the interpreter simpler and faster.
Anyone know where I can read more about this specific change? Seems very interesting for compiler / interpreter engineers.
Anyone know where I can read more about this specific change? Seems very interesting for compiler / interpreter engineers.