mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
Internals: Use and enforce class final for ~5% performance boost.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ constexpr unsigned RELOOP_MIN_ITERS = 40; // Need at least this many loops to d
|
||||
|
||||
//######################################################################
|
||||
|
||||
class ReloopVisitor : public AstNVisitor {
|
||||
class ReloopVisitor final : public AstNVisitor {
|
||||
private:
|
||||
// TYPES
|
||||
typedef std::vector<AstNodeAssign*> AssVec;
|
||||
|
||||
Reference in New Issue
Block a user