Closed GoogleCodeExporter closed 9 years ago
At first blush, I think this will require restoring the mtabaddr parameter
(base memory table address (unsigned int)) to the table functions. This is a
"local" table-zero for indexing 'ent's into the memory table chain.
Original comment by luser.droog
on 1 Dec 2013 at 12:56
Note, creating names directly in ps code creates a single vm-allocation for the
string value. But, creating a name from a string still creates an allocation
for the immutable value, since the source string may be changed.
Original comment by luser.droog
on 1 Dec 2013 at 1:22
There are only a few hundred names so no worries there. The object's ent field
has been extended by 3 bits from the tag, giving > 500000 ents.
But I'd still feel better with the different types in separate tables.
Original comment by luser.droog
on 16 Dec 2013 at 11:42
With the extra bits for extending the ent field, this change appears not to be
necessary.
Original comment by luser.droog
on 22 Feb 2015 at 9:06
Original issue reported on code.google.com by
luser.droog
on 1 Dec 2013 at 12:54