mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Internals: Use runtime type info instead of dynamic_cast for faster graph type checks (#4397)
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
// Vertices and nodes
|
||||
|
||||
class V3GraphTestVertex VL_NOT_FINAL : public V3GraphVertex {
|
||||
VL_RTTI_IMPL(V3GraphTestVertex, V3GraphVertex)
|
||||
const string m_name;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user