4bbda48a7c
- Put pointer to kernel data into Script. - Replace function.kernel_function pointer to AstNode with kernel_offset(): - Replace field.kernel_field pointer to AstNode with kernel_offest(). - Stream the previously unstreamed AstNodes: FunctionDeclaration and FunctionExpression. - Move special handling for _buildin.getMainClosure into the streaming flowgraph builder. - Delete big parts of kernel_to_il. R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/948e2f5d7916032ed6f0bfdc316ba4f577a5ea61 Review-Url: https://codereview.chromium.org/2901533002 .