|
Use the return value of vm native methods to set the return value,
based on Siva's earlier suggestion (he actually suggested putting it
in the generated stub, which I haven't done).
Added SetReturnUnsafe and use it exactly one place so far.
Committed: https://code.google.com/p/dart/source/detail?r=11633
Total comments: 9
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+244 lines, -322 lines) |
Patch |
|
M |
lib/array.cc
|
View
|
1
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
lib/byte_array.cc
|
View
|
1
|
18 chunks |
+22 lines, -34 lines |
0 comments
|
Download
|
|
M |
lib/date.cc
|
View
|
1
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
|
M |
lib/double.cc
|
View
|
1
|
15 chunks |
+29 lines, -57 lines |
0 comments
|
Download
|
|
M |
lib/error.cc
|
View
|
1
2
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
lib/growable_array.cc
|
View
|
1
|
5 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
lib/integers.cc
|
View
|
1
|
15 chunks |
+15 lines, -27 lines |
0 comments
|
Download
|
|
M |
lib/isolate.cc
|
View
|
1
|
7 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
lib/math.cc
|
View
|
1
|
3 chunks |
+21 lines, -28 lines |
0 comments
|
Download
|
|
M |
lib/mirrors.cc
|
View
|
1
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
lib/object.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
lib/regexp.cc
|
View
|
1
|
4 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
|
M |
lib/stopwatch.cc
|
View
|
1
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
lib/string.cc
|
View
|
1
|
6 chunks |
+12 lines, -22 lines |
0 comments
|
Download
|
|
M |
lib/weak_property.cc
|
View
|
1
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
vm/bootstrap.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
vm/bootstrap_natives.h
|
View
|
1
|
1 chunk |
+11 lines, -1 line |
1 comment
|
Download
|
|
M |
vm/bootstrap_natives.cc
|
View
|
1
2
3
|
3 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
|
M |
vm/code_descriptors_test.cc
|
View
|
1
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
vm/code_generator.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
vm/code_generator_test.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
vm/code_patcher_ia32_test.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
vm/code_patcher_x64_test.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
vm/native_arguments.h
|
View
|
1
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
vm/native_arguments.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
vm/native_entry.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -13 lines |
0 comments
|
Download
|
|
M |
vm/native_entry_test.h
|
View
|
1
|
1 chunk |
+3 lines, -13 lines |
0 comments
|
Download
|
|
M |
vm/native_entry_test.cc
|
View
|
1
|
2 chunks |
+28 lines, -40 lines |
0 comments
|
Download
|
|
M |
vm/stub_code_ia32_test.cc
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
vm/stub_code_x64_test.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|