Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
3677 | question: so You are storing distinct and normal mdnodes here. Is it faster to grap normal node from this map than to just create new one using get? |
lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
3677 | Quite possibly (the latter involves string comparisons and possibly memory allocation) but they should both have the same complexity so it doesn't matter much. |
question: so You are storing distinct and normal mdnodes here. Is it faster to grap normal node from this map than to just create new one using get?