perf(ivy): store views directly on LContainer (#30179)

Stores the views that are part of a container directly on the `LContainer`, rather than maintaining a dedicated sub-array.

This PR resolves FW-1288.

PR Close #30179
This commit is contained in:
crisbeto
2019-04-29 21:17:13 +02:00
committed by Kara Erickson
parent 00ffc03523
commit ad94e02981
11 changed files with 83 additions and 84 deletions

View File

@ -20,6 +20,9 @@
{
"name": "CLEAN_PROMISE"
},
{
"name": "CONTAINER_HEADER_OFFSET"
},
{
"name": "CONTEXT"
},
@ -143,9 +146,6 @@
{
"name": "UnsubscriptionErrorImpl"
},
{
"name": "VIEWS"
},
{
"name": "ViewEncapsulation"
},

View File

@ -17,6 +17,9 @@
{
"name": "CLEAN_PROMISE"
},
{
"name": "CONTAINER_HEADER_OFFSET"
},
{
"name": "CONTEXT"
},
@ -122,9 +125,6 @@
{
"name": "UnsubscriptionErrorImpl"
},
{
"name": "VIEWS"
},
{
"name": "ViewEncapsulation"
},

View File

@ -29,6 +29,9 @@
{
"name": "CLEAN_PROMISE"
},
{
"name": "CONTAINER_HEADER_OFFSET"
},
{
"name": "CONTEXT"
},
@ -254,9 +257,6 @@
{
"name": "UnsubscriptionErrorImpl"
},
{
"name": "VIEWS"
},
{
"name": "ViewContainerRef"
},