angular-cn/goldens/size-tracking
crisbeto b2ccc34f9c perf(core): avoid pulling in jit-specific code in aot bundles (#37372)
In #29083 a call to `getCompilerFacade` was added to `ApplicationRef` which pulls in a bit of JIT-specific code. Since the code path that calls the function can't be hit for an AOT-compiled app, these changes add an `ngJitMode` guard which will allow for dead code elimination to drop it completely. Testing it out against a new CLI project showed a difference of ~1.2kb.

PR Close #37372
2020-06-09 13:34:43 -07:00
..
aio-payloads.json perf(core): avoid pulling in jit-specific code in aot bundles (#37372) 2020-06-09 13:34:43 -07:00
integration-payloads.json perf(core): avoid pulling in jit-specific code in aot bundles (#37372) 2020-06-09 13:34:43 -07:00