[vlc-devel] [vlc-commits] Contribs: lua, remove unneeded patch

Rémi Denis-Courmont remi at remlab.net
Fri Mar 25 11:50:02 CET 2016


On Friday 25 March 2016 11:38:50 Ludovic Fauvet wrote:
> > Looks to me that sizeof (size_t) is part of the Lua 5.3 ABI...
> 
> Yes it does, but given that it doesn't change the bytecode in the end

- The ABI depends on the value of sizeof (size_t).
- The byte code is identical on 32-bits and 64-bits architectures.

So you´re saying that sizeof (size_t) is always the same? Because that is 
definitely not true (4 on x86 and ARM, 8 on x86-64 and ARMv8).

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list