OSDN Git Service

Revert "Reduce stack usage for overflow checks"
authorDave Allison <dallison@google.com>
Thu, 14 Aug 2014 16:54:09 +0000 (16:54 +0000)
committerDave Allison <dallison@google.com>
Fri, 15 Aug 2014 01:59:25 +0000 (18:59 -0700)
commit4cf00ba324f5f6884059796a6ba41937f32e1844
treed225dd3e12597b5a8ca0ad648046ebd0493714a0
parent713bfa347ab57e729ce999c84044ec03d21a2a96
Revert "Reduce stack usage for overflow checks"

This reverts commit 63c051a540e6dfc806f656b88ac3a63e99395429.

Change-Id: I282a048994fcd130fe73842b16c21680053c592f
29 files changed:
compiler/dex/quick/arm/call_arm.cc
compiler/dex/quick/arm64/call_arm64.cc
compiler/dex/quick/mips/call_mips.cc
compiler/dex/quick/x86/call_x86.cc
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_x86.cc
compiler/utils/stack_checks.h
runtime/arch/arm/asm_support_arm.h
runtime/arch/arm/fault_handler_arm.cc
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm64/asm_support_arm64.h
runtime/arch/arm64/fault_handler_arm64.cc
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/x86/asm_support_x86.h
runtime/arch/x86/fault_handler_x86.cc
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/asm_support_x86_64.h
runtime/arch/x86_64/quick_entrypoints_x86_64.S
runtime/entrypoints/entrypoint_utils.cc
runtime/entrypoints/quick/quick_throw_entrypoints.cc
runtime/entrypoints_order_test.cc
runtime/instruction_set.cc
runtime/mirror/art_method.cc
runtime/oat.cc
runtime/reflection.cc
runtime/thread.cc
runtime/thread.h
test/004-InterfaceTest/src/Main.java
test/004-SignalTest/signaltest.cc