This occurs when tgt-vvp attempts to generate a C4<..> constant
value with a bit width >= 65536. The actual failure occurs in the
StringHeap class, which originally supported a maximum string length
of 65535. This fix enables the StringHeap class to support any size
string (provided the system has sufficient memory).
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| LineInfo.cc | ||
| LineInfo.h | ||
| StringHeap.cc | ||
| StringHeap.h | ||