You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the following file, inserting a line before the last line is extremely slow
{
a {
}
a {
}
a {
}
a {
}
a {
}
a {
}
a {
}
a {
}
a {
}
} // insert a newline before me
Adding more a { and } in the above pattern increases the delay exponentially (or at least worst than linearly). The above is a minimally reproducible example. The following is an example of this issue in real SystemVerilog:
In the following file, inserting a line before the last line is extremely slow
{ a { } a { } a { } a { } a { } a { } a { } a { } a { } } // insert a newline before me
Adding more
a {
and}
in the above pattern increases the delay exponentially (or at least worst than linearly). The above is a minimally reproducible example. The following is an example of this issue in real SystemVerilog:The following is the profiler results:
The text was updated successfully, but these errors were encountered: