#1122·neon

Optimize class constructors that don't use context

Author: dhermanCreated Dec 2, 2025Updated Dec 2, 2025
Labelsperformance

Class constructors that don't take a `cx` parameter can be optimized to have their internal constructor called via `wrap(self)` instead of `wrap.call(self, self)`. Benchmark this to see if it has a measurable improvement.