Commit 78f3c31
restore aggregate-first branch order in shouldTrace
V8 inlines executeField slightly better when the never-taken-on-Node
branch is the trailing fallback rather than an early-returning if body.
The flipped form cost ~5% on introspection; the original ordering plus
c8 ignore start/stop over the Bun-only branch keeps both 100% coverage
and the perf characteristics.1 parent dc3b80f commit 78f3c31
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
0 commit comments