|
Inline the StackResource constructor/destructor.
This yields a 29% improvement on the Benchmark_UseDartApi microbenchmark.
To do this, I had to split a few fields from Isolate into a
BaseIsolate class. Sort of yucky.
Committed: https://code.google.com/p/dart/source/detail?r=6288
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+160 lines, -112 lines) |
Patch |
|
M |
vm/allocation.h
|
View
|
1
2
3
4
|
2 chunks |
+24 lines, -4 lines |
0 comments
|
Download
|
|
M |
vm/allocation.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
|
A |
vm/base_isolate.h
|
View
|
1
2
|
1 chunk |
+117 lines, -0 lines |
0 comments
|
Download
|
|
M |
vm/handles.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
vm/handles.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
vm/isolate.h
|
View
|
1
2
3
4
|
5 chunks |
+2 lines, -71 lines |
0 comments
|
Download
|
|
M |
vm/isolate.cc
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
vm/vm_sources.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
vm/zone.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
vm/zone.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|