mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 02:38:15 +02:00
Internals: Use and enforce class final for ~5% performance boost.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
//######################################################################
|
||||
// Link state, as a visitor of each AstNode
|
||||
|
||||
class LinkLValueVisitor : public AstNVisitor {
|
||||
class LinkLValueVisitor final : public AstNVisitor {
|
||||
private:
|
||||
// NODE STATE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user