Re: LuaJIT 2 ffi (casting / force hotpath)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT 2 ffi (casting / force hotpath)
- From: CrazyButcher <crazybutcher@...>
- Date: 2011年1月16日 00:52:51 +0100
> Sure, but often the goal is not "optimization", but clarity -- if the
> factored-out expression is long, it can be significantly harder to read
> code without the factoring-out. [I.e., "straightforward" doesn't
> always equal "readable"]
>
> -miles
that's why Mike stressed the fact that both ways will work correctly.
As I was asking for optimal use, it's the kind of reply I wanted.