Forking the type system between Crankshaft & Turbofan.
Our Type class has a semantic and representational dimension. Much code in src/ast, Crankshaft and Turbofan is based on it. Going forward in Turbofan we'd like to remove representational information entirely. To that end, new type AstType has been created to preserve existing behavior for the benefit of Crankshaft and the AST. BUG= Review-Url: https://codereview.chromium.org/2302283002 Cr-Commit-Position: refs/heads/master@{#39135}
Showing
src/ast/ast-types.cc
0 → 100644
This diff is collapsed.
src/ast/ast-types.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
test/cctest/ast-types-fuzz.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment