v8/src/mips64
balazs.kilvady 03620298be MIPS: Switch full-codegen from StackHandlers to handler table.
Port 38a719f965

Original commit message:
This switches full-codegen to no longer push and pop StackHandler
markers onto the operand stack, but relies on a range-based handler
table instead. We only use StackHandlers in JSEntryStubs to mark the
transition from C to JS code.

Note that this makes deoptimization and OSR from within any try-block
work out of the box, makes the non-exception paths faster and should
overall be neutral on the memory footprint (pros).

On the other hand it makes the exception paths slower and actually
throwing and exception more expensive (cons).

TEST=cctest/test-run-jsexceptions/DeoptTry
BUG=

Review URL: https://codereview.chromium.org/1037743002

Cr-Commit-Position: refs/heads/master@{#27443}
2015-03-25 14:41:30 +00:00
..
assembler-mips64-inl.h MIPS: Fix 'MIPS: Serializer: serialize internal references via object visitor.' 2015-03-23 07:00:22 +00:00
assembler-mips64.cc
assembler-mips64.h MIPS: Fix 'MIPS: Serializer: serialize internal references via object visitor.' 2015-03-23 07:00:22 +00:00
builtins-mips64.cc MIPS: Fix 'MIPS: [es6] implement Reflect.apply() & Reflect.construct()' 2015-03-20 17:07:37 +00:00
code-stubs-mips64.cc MIPS: Switch full-codegen from StackHandlers to handler table. 2015-03-25 14:41:30 +00:00
code-stubs-mips64.h
codegen-mips64.cc
codegen-mips64.h
constants-mips64.cc
constants-mips64.h
cpu-mips64.cc
debug-mips64.cc
deoptimizer-mips64.cc CodeCleanup: eliminate unnecessary base class and make the children unvirtual. 2015-03-18 10:34:18 +00:00
disasm-mips64.cc
frames-mips64.cc
frames-mips64.h Remove frame pointer from StackHandler. 2015-03-10 15:56:27 +00:00
full-codegen-mips64.cc MIPS: Switch full-codegen from StackHandlers to handler table. 2015-03-25 14:41:30 +00:00
interface-descriptors-mips64.cc [stubs] Add missing interface descriptor for the CompareIC. 2015-03-19 13:09:37 +00:00
lithium-codegen-mips64.cc Move CompilationInfo::this_has_uses to HGraph::this_has_uses. 2015-03-23 19:11:29 +00:00
lithium-codegen-mips64.h
lithium-gap-resolver-mips64.cc
lithium-gap-resolver-mips64.h
lithium-mips64.cc MIPS: Remove PropertyCell space. 2015-03-18 16:05:34 +00:00
lithium-mips64.h MIPS: Remove PropertyCell space. 2015-03-18 16:05:34 +00:00
macro-assembler-mips64.cc MIPS: Switch full-codegen from StackHandlers to handler table. 2015-03-25 14:41:30 +00:00
macro-assembler-mips64.h MIPS: Switch full-codegen from StackHandlers to handler table. 2015-03-25 14:41:30 +00:00
OWNERS
regexp-macro-assembler-mips64.cc
regexp-macro-assembler-mips64.h
simulator-mips64.cc MIPS64: Fix bugs in branches for unsigned conditions. 2015-03-17 17:05:17 +00:00
simulator-mips64.h