Merge branch 'dm-reorder'
Reorder data members of some entities to mitigate performance issues on ARM.
This commit is contained in:
@@ -45,8 +45,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
bool IsInitialized_;
|
||||
Arc4Gen Gen_;
|
||||
bool IsInitialized_;
|
||||
|
||||
void EnsureInitialized() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user