fixup! docs: add Function Inlining
rules to PERF_NOTES.md
Co-Authored-By: mhevery <misko@hevery.com>
This commit is contained in:
parent
d8a4c06a7b
commit
094b9fc69e
@ -98,7 +98,7 @@ export function i18nStart(index: number, message: string, subTemplateIndex?: num
|
||||
i18nStartFirstTemplatePass(tView, index, message, subTemplateIndex)
|
||||
}
|
||||
}
|
||||
export function i18nStart(tView: TView, index: number, message: string, subTemplateIndex?: number): void {
|
||||
export function i18nStartFirstTemplatePass(tView: TView, index: number, message: string, subTemplateIndex?: number): void {
|
||||
// LOTS OF CODE HERE WHICH PREVENTS INLINING.
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user