New drop, with first cut of section layout code.
This commit is contained in:
parent
5ffff7c1d1
commit
a2fb1b05e4
19 changed files with 1479 additions and 171 deletions
|
@ -101,7 +101,7 @@ Stringpool::add(const char* s)
|
|||
{
|
||||
// FIXME: This will look up the entry twice in the hash table. The
|
||||
// problem is that we can't insert S before we canonicalize it. I
|
||||
// don't think there is a way to handle this correct with
|
||||
// don't think there is a way to handle this correctly with
|
||||
// unordered_set, so this should be replaced with custom code to do
|
||||
// what we need, which is to return the empty slot.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue