Bytecode: no longer bypass normal alignment rules in instructions representation

This change provides a (limited) performance gain, at the expense of
a (moderate) increase in .cod files.
master
Sébastien Villemot 2022-06-20 10:28:30 +02:00
parent 2ea6a5244e
commit 09cb33d867
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 4 deletions

View File

@ -104,8 +104,6 @@ struct Block_contain_type
int Equation, Variable, Own_Derivative;
};
#pragma pack(push, 1)
class BytecodeInstruction
{
protected:
@ -1567,6 +1565,4 @@ public:
};
#endif // BYTECODE_MEX
#pragma pack(pop)
#endif // _BYTECODE_HH