Displaying 1 result from an estimated 1 matches for "g_flog10".
Did you mean:
flog10
2020 Jan 14
3
[tablegen] table readability / performance
...ally, and found that for
at least for clang and gcc, the compile-time for generated tables is
significantly reduced when emitting string literals, and the user can
grep the name tables without huge effort. The above table is now:
extern const char HexagonInstrNameData[] = {
/* 0 */ "G_FLOG10\0"
/* 9 */ "ENDLOOP0\0"
/* 18 */ "V6_vdd0\0"
/* 26 */ "PS_vdd0\0"
/* 34 */ "V6_ld0\0"
/* 41 */ "V6_zld0\0"
[...]
};
My question then is: Is there a specific technical reason that we should
avoid emitting...