Commit e763868
Revert: drop the two zero-impact commits
Per a measurement pass, two commits had zero (or negative) effect on the hello-world prod bundle:
- a0b1f09 (Move Meta mixin methods to standalone fns): bundle went from 134.17 KB → 134.19 KB (+0.02 KB). Mixin.create chain was already being tree-shaken in prod regardless.
- 75761b8 (Decouple VM debug symbols/names from opcodes.ts): bundle held at 134.12 KB. LOCAL_DEBUG=false in dist/prod (and dist/dev) was already constant-folding the debug branches out, and vite was already tree-shaking the unused @glimmer/debug imports out of the smoke-test bundle.
Both refactors were architecturally cleaner but pure no-ops at the bundle measurement that motivated this PR.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent a43f2c8 commit e763868
4 files changed
Lines changed: 164 additions & 186 deletions
File tree
- packages
- @ember
- -internals/meta/lib
- object
- @glimmer/runtime/lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
270 | 309 | | |
271 | 310 | | |
272 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 7 | | |
55 | 8 | | |
56 | 9 | | |
| |||
294 | 247 | | |
295 | 248 | | |
296 | 249 | | |
297 | | - | |
| 250 | + | |
298 | 251 | | |
299 | 252 | | |
300 | | - | |
| 253 | + | |
301 | 254 | | |
302 | 255 | | |
303 | 256 | | |
| |||
639 | 592 | | |
640 | 593 | | |
641 | 594 | | |
642 | | - | |
| 595 | + | |
643 | 596 | | |
644 | 597 | | |
645 | 598 | | |
| |||
711 | 664 | | |
712 | 665 | | |
713 | 666 | | |
714 | | - | |
| 667 | + | |
715 | 668 | | |
716 | 669 | | |
717 | 670 | | |
| |||
This file was deleted.
0 commit comments