Displaying 4 results from an estimated 4 matches for "tinyintval".
2016 Mar 24
2
Possible bug with struct types and linking
...ith matching name and structure. This
means that the type signatures of functions called from the Dst module can
change, causing verification failures, e.g. if a call instruction
originally from Dst calls a function in Src with the wrong typed pointer.
Dst Module
========
%"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", i8 }
%"struct.impala_udf::AnyVal" = type { i8 }
%"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 }
<forward declarations of IdentityTiny and IdentityBool>
<functions that call I...
2016 Mar 24
2
Possible bug with struct types and linking
...of functions called from the Dst module
> can
> > change, causing verification failures, e.g. if a call instruction
> originally
> > from Dst calls a function in Src with the wrong typed pointer.
> >
> > Dst Module
> > ========
> > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal",
> i8 }
> > %"struct.impala_udf::AnyVal" = type { i8 }
> > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal",
> i8 }
> >
> > <forward declarations of IdentityTin...
2016 Mar 24
0
Possible bug with struct types and linking
...his
> means that the type signatures of functions called from the Dst module can
> change, causing verification failures, e.g. if a call instruction originally
> from Dst calls a function in Src with the wrong typed pointer.
>
> Dst Module
> ========
> %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", i8 }
> %"struct.impala_udf::AnyVal" = type { i8 }
> %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 }
>
> <forward declarations of IdentityTiny and IdentityBool>
>
&g...
2016 Mar 24
0
Possible bug with struct types and linking
...module
>> can
>> > change, causing verification failures, e.g. if a call instruction
>> originally
>> > from Dst calls a function in Src with the wrong typed pointer.
>> >
>> > Dst Module
>> > ========
>> > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal",
>> i8 }
>> > %"struct.impala_udf::AnyVal" = type { i8 }
>> > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal",
>> i8 }
>> >
>> > <forward dec...