[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4.2 (lua_newstate)
- From: Ką Mykolas <kamicc@...>
- Date: Tue, 10 Nov 2020 02:38:41 +0200
On Mon, Nov 9, 2020 at 7:22 PM Ranier Vilela <ranier.vf@gmail.com> wrote:
> I never see any platform that NULL is not all-zeroes representation.
Well, Antonin mentioned obscure machines, but check out this LLVM
thread [1] about non-zero NULL on AMD GCN (OpenCL system).
In terms of time, it is not as old and obscure, just... behaves
differently on different address spaces.
[1] https://reviews.llvm.org/D26196