• ager@chromium.org's avatar
    Cleanup to HEnvironment::CopyForInlining · 3f6043d3
    ager@chromium.org authored
    * src/hydrogen.cc (HEnvironment::CopyForInlining): As the code for both
      the ::HYDROGEN and ::LITHIUM compilation phases is the same, just use
      one code path and remove the arg.
    
    * src/hydrogen.h (HEnvironment): Remove now-unused CompilationPhase
      enum type and arg to CopyForInlining.
    
    * src/arm/lithium-arm.cc (LChunkBuilder::DoEnterInlined):
    * src/ia32/lithium-ia32.cc (LChunkBuilder::DoEnterInlined):
    * src/x64/lithium-x64.cc (LChunkBuilder::DoEnterInlined): Adapt
      callers.
    
    * AUTHORS: Add Igalia.
    
    BUG=
    TEST=I ran tools/test.py.
    
    Review URL: http://codereview.chromium.org/7272002
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8442 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    3f6043d3
Name
Last commit
Last update
..
assembler-x64-inl.h Loading commit data...
assembler-x64.cc Loading commit data...
assembler-x64.h Loading commit data...
builtins-x64.cc Loading commit data...
code-stubs-x64.cc Loading commit data...
code-stubs-x64.h Loading commit data...
codegen-x64.cc Loading commit data...
codegen-x64.h Loading commit data...
cpu-x64.cc Loading commit data...
debug-x64.cc Loading commit data...
deoptimizer-x64.cc Loading commit data...
disasm-x64.cc Loading commit data...
frames-x64.cc Loading commit data...
frames-x64.h Loading commit data...
full-codegen-x64.cc Loading commit data...
ic-x64.cc Loading commit data...
lithium-codegen-x64.cc Loading commit data...
lithium-codegen-x64.h Loading commit data...
lithium-gap-resolver-x64.cc Loading commit data...
lithium-gap-resolver-x64.h Loading commit data...
lithium-x64.cc Loading commit data...
lithium-x64.h Loading commit data...
macro-assembler-x64.cc Loading commit data...
macro-assembler-x64.h Loading commit data...
regexp-macro-assembler-x64.cc Loading commit data...
regexp-macro-assembler-x64.h Loading commit data...
simulator-x64.cc Loading commit data...
simulator-x64.h Loading commit data...
stub-cache-x64.cc Loading commit data...