|
|
Pass closure object as first implicit argument to closure functions.
Remove code passing captured receiver to native instance closures; instead,
access captured receiver in context, as non-native functions do.
Committed: https://code.google.com/p/dart/source/detail?r=14698
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+239 lines, -224 lines) |
Patch |
 |
M |
runtime/vm/ast.h
|
View
|
1
|
1 chunk |
+7 lines, -18 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/ast_printer.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator.cc
|
View
|
1
|
2 chunks |
+6 lines, -32 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_test.cc
|
View
|
1
|
3 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_ia32_test.cc
|
View
|
1
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_x64_test.cc
|
View
|
1
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
|
1 chunk |
+22 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_entry.cc
|
View
|
1
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_ia32.cc
|
View
|
1
|
6 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
1
|
6 chunks |
+11 lines, -22 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_inliner.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
|
2 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.cc
|
View
|
1
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_ia32.cc
|
View
|
1
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_x64.cc
|
View
|
1
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/native_arguments.h
|
View
|
1
|
4 chunks |
+52 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
5 chunks |
+27 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
6 chunks |
+36 lines, -29 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_ia32.cc
|
View
|
1
|
9 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_x64.cc
|
View
|
1
|
9 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/symbols.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|