• svenpanne@chromium.org's avatar
    Nuke CompareToNull AST node. · 8c744768
    svenpanne@chromium.org authored
    The Great Master Plan is to move the recognition of special cases for
    comparisons further down the compilation pipeline where more information is
    available. This is a first step into this direction: The special handling of
    equality comparisons involving null is pushed from the parser to the code
    generators, removing the need for a special AST node. (There are rumors from
    usually well-informed sources that this node type is actually a relic of ancient
    crankshaft days...)
    
    The next steps will be the unification of null/undefined handling and pushing
    the special case handling in crankshaft even further down the pipeline, enabling
    the recognition of cases like "var foo=null; if (foo === bar) ...", but these
    will be in separate CLs.
    Review URL: http://codereview.chromium.org/7887037
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9293 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    8c744768
Name
Last commit
Last update
..
assembler-mips-inl.h Loading commit data...
assembler-mips.cc Loading commit data...
assembler-mips.h Loading commit data...
builtins-mips.cc Loading commit data...
code-stubs-mips.cc Loading commit data...
code-stubs-mips.h Loading commit data...
codegen-mips.cc Loading commit data...
codegen-mips.h Loading commit data...
constants-mips.cc Loading commit data...
constants-mips.h Loading commit data...
cpu-mips.cc Loading commit data...
debug-mips.cc Loading commit data...
deoptimizer-mips.cc Loading commit data...
disasm-mips.cc Loading commit data...
frames-mips.cc Loading commit data...
frames-mips.h Loading commit data...
full-codegen-mips.cc Loading commit data...
ic-mips.cc Loading commit data...
lithium-codegen-mips.h Loading commit data...
lithium-mips.h Loading commit data...
macro-assembler-mips.cc Loading commit data...
macro-assembler-mips.h Loading commit data...
regexp-macro-assembler-mips.cc Loading commit data...
regexp-macro-assembler-mips.h Loading commit data...
simulator-mips.cc Loading commit data...
simulator-mips.h Loading commit data...
stub-cache-mips.cc Loading commit data...