Kaydet (Commit) 536f9fdc authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Put the most important and most frequency accessed struct member first.

üst c629d4c9
......@@ -23,8 +23,8 @@ no meaning otherwise.
typedef struct {
/* Cached hash code of the key. */
Py_hash_t hash;
PyObject *key;
Py_hash_t hash;
} setentry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment