lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Mike Pall wrote:
> Now we're coming full circle.

Yes I understand that. Abstract interpretation has to follow all[*]
paths while tracing JIT has to follow only "really important" paths
which are actually executed.

[*] well many static optimisations done in JIT can be combined with
profile even if that profile is not as fine grained as tracing
produces. this might reduce overall problem size.

--
e.v.e