|
[turbofan] Remove obsolete JSTypeFeedbackSpecializer and JSTypeFeedbackLowering.
Both the JSTypeFeedbackSpecializer and the JSTypeFeedbackLowering is
dead code by now, since the more general JSNativeContextSpecialization
deals with the property/global load/store type feedback in a way that
also interacts properly with inlining.
BUG= v8:4470
LOG=n
R=jarin@chromium.org
Committed: https://crrev.com/71bde166b191f6a459827d9be11424405ba13414
Cr-Commit-Position: refs/heads/master@{#31462}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+41 lines, -828 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-graph-builder.h
|
View
|
1
|
5 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/compiler/ast-graph-builder.cc
|
View
|
1
|
24 chunks |
+33 lines, -84 lines |
0 comments
|
Download
|
|
D |
src/compiler/js-type-feedback.h
|
View
|
|
1 chunk |
+0 lines, -114 lines |
0 comments
|
Download
|
|
D |
src/compiler/js-type-feedback.cc
|
View
|
|
1 chunk |
+0 lines, -354 lines |
0 comments
|
Download
|
|
D |
src/compiler/js-type-feedback-lowering.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
|
D |
src/compiler/js-type-feedback-lowering.cc
|
View
|
|
1 chunk |
+0 lines, -121 lines |
0 comments
|
Download
|
|
M |
src/compiler/pipeline.cc
|
View
|
|
14 chunks |
+2 lines, -59 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
test/unittests/unittests.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 24 (13 generated)
|