its just question , how other language (based on c )
handle this , and change data type to generic
padding or ... in data type is not good (maybe i can do something in 64 bit sys , but how handle it in 32 bit sys ?? )
or some performance issue ....
templates
in js you know the types always, and you pass them around by pseudo-reference. but the vm underneath has to tag every value with it's type id, and pass around mainly pointers
Обсуждают сегодня