Details
-
Technical task
-
Resolution: Done
-
P1: Critical
-
None
Description
When cross-compiling from a 64-bit host to a 32-bit target, we are still erroneously using QV4::Value::Integer_Type_Internal and even value.tag() in a few places in the code generator. We must replace these with the correct target specific encodings, or else the generated code produces incorrect encoded values, leading to crashes.