Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
3677 ↗ | (On Diff #32173) | 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 ↗ | (On Diff #32173) | 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. |