Skip to content

Commit a0a8f2b

Browse files
pratikasharsys_zuul
authored andcommitted
Change denseMatrixLimit heuristic
Change-Id: Ib0ccf91af72ff29c867ff145571cddab4048e1bf
1 parent 480c168 commit a0a8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/GraphColor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ namespace vISA
361361
// like dense matrix, interference is not symmetric (that is, if v1 and v2 interfere and v1 < v2,
362362
// we insert (v1, v2) but not (v2, v1)) for better cache behavior
363363
std::vector<std::unordered_set<uint32_t> > sparseMatrix;
364-
const uint32_t denseMatrixLimit = 65536;
364+
const uint32_t denseMatrixLimit = 0x20000;
365365

366366
void updateLiveness(BitSet& live, uint32_t id, bool val)
367367
{

0 commit comments

Comments
 (0)