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:
+1
-1
@@ -41,7 +41,7 @@
|
||||
|
||||
//######################################################################
|
||||
|
||||
class LinkJumpVisitor : public AstNVisitor {
|
||||
class LinkJumpVisitor final : public AstNVisitor {
|
||||
private:
|
||||
// TYPES
|
||||
typedef std::vector<AstNodeBlock*> BlockStack;
|
||||
|
||||
Reference in New Issue
Block a user