зеркало из https://github.com/mozilla/pjs.git
Bug 528857 - nanojit: mismanagement of name lifetimes with TMFLAGS=assembly? (NJ-only part). r=graydon.
--HG-- extra : convert_revision : cb855a65f046a59c28277766aa5d320df33159c2
This commit is contained in:
Родитель
552c85cfe2
Коммит
ed256f483b
|
@ -1097,10 +1097,10 @@ namespace nanojit
|
|||
char* name;
|
||||
};
|
||||
HashMap<LInsp, Entry*> names;
|
||||
LabelMap *labels;
|
||||
void formatImm(int32_t c, char *buf);
|
||||
public:
|
||||
|
||||
public:
|
||||
LabelMap *labels;
|
||||
LirNameMap(Allocator& alloc, LabelMap *lm)
|
||||
: alloc(alloc),
|
||||
lircounts(alloc),
|
||||
|
|
Загрузка…
Ссылка в новой задаче