angular/packages/compiler/design
Kristiyan Kostadinov 2dedc4a969 fix(compiler): generate less code for advance instructions (#53845)
We generate `advance` instructions before most update instructions and the majority of `advance` calls are advancing by one. We can save some bytes for the most common case by omitting the parameter for `advance(1)` altogether.

PR Close #53845
2024-01-09 12:27:58 -08:00
..
architecture.md fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
separate_compilation.md feat(core): remove entryComponents (#49484) 2023-03-23 10:38:03 -07:00