Skip to content
Snippets Groups Projects
Commit bd271f9b authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Reorder LLNameValue members for better cache efficiency

parent 1debdb6a
No related branches found
No related tags found
No related merge requests found
...@@ -165,16 +165,16 @@ class LLNameValue ...@@ -165,16 +165,16 @@ class LLNameValue
public: public:
char *mName; char *mName;
UNameValueReference mNameValueReference;
char *mStringType; char *mStringType;
ENameValueType mType;
char *mStringClass; char *mStringClass;
ENameValueClass mClass;
char *mStringSendto; char *mStringSendto;
LLStringTable *mNVNameTable;
ENameValueType mType;
ENameValueClass mClass;
ENameValueSendto mSendto; ENameValueSendto mSendto;
UNameValueReference mNameValueReference;
LLStringTable *mNVNameTable;
}; };
extern LLStringTable gNVNameTable; extern LLStringTable gNVNameTable;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment