|
[es6] Further fixing of tail Calls.
1) Update profiling counters in Full codegen.
2) Call Runtime::kTraceTailCall when tracing is on
test/mjsunit/es6/tail-call-simple.js is disabled for now, because Turbofan does not fully support TCO yet.
BUG= v8:4698
LOG=N
Committed: https://crrev.com/e519e6fadfaf7242231f4dcb45910f60304e26fc
Cr-Commit-Position: refs/heads/master@{#33886}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+263 lines, -146 lines) |
Patch |
|
M |
src/full-codegen/arm/full-codegen-arm.cc
|
View
|
1
2
3
|
3 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/arm64/full-codegen-arm64.cc
|
View
|
1
2
3
|
3 chunks |
+33 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/full-codegen.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/ia32/full-codegen-ia32.cc
|
View
|
1
2
3
|
3 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/mips/full-codegen-mips.cc
|
View
|
1
2
3
|
3 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/mips64/full-codegen-mips64.cc
|
View
|
1
2
3
|
3 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/full-codegen/x64/full-codegen-x64.cc
|
View
|
1
2
3
|
3 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
1
2
3
|
3 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime-test.cc
|
View
|
1
2
3
|
1 chunk |
+25 lines, -24 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/es6/tail-call-simple.js
|
View
|
1
|
5 chunks |
+24 lines, -7 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/function-caller.js
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/mjsunit/mjsunit.status
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/strict-mode.js
|
View
|
1
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
Total messages: 36 (20 generated)
|