angular-cn/tools/public_api_guard/core
crisbeto 664e0015d4 perf(ivy): replace select instruction with advance (#32516)
Replaces the `select` instruction with a new one called `advance`. Instead of the jumping to a specific index, the new instruction goes forward X amount of elements. The advantage of doing this is that it should generate code the compresses better.

PR Close #32516
2019-09-10 06:30:28 -04:00
..
core.d.ts perf(ivy): replace select instruction with advance (#32516) 2019-09-10 06:30:28 -04:00
testing.d.ts feat(core): Introduce TestBed.inject to replace TestBed.get (#32200) 2019-08-28 21:26:46 -07:00