Re: int64 support in 64bit architecture
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: int64 support in 64bit architecture
- From: James McKaskill <james@...>
- Date: 2012年4月10日 23:35:20 -1000
On Tue, Apr 10, 2012 at 21:03, 云风 <cloudwu@gmail.com> wrote:
> We use int64 in our project, but lua don't support it directly.
> I think in 64bit architecture , use lightuserdata as the 64bit integer
> number is a simple way .
Isn't this a bit dangerous with the nan-tagging used now in lua 5.2?
-- James