OSDN Git Service

Revert "lambda: Experimental support for capture-variable and liberate-variable"
authorNicolas Geoffray <ngeoffray@google.com>
Sun, 27 Sep 2015 19:50:40 +0000 (19:50 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Sun, 27 Sep 2015 19:50:40 +0000 (19:50 +0000)
commit7bbb80ab52c203e44d2ded2c947b3b03b4b31ec4
treeeb54c557467f1401c4bd5729fa2b9e8ae91e8ffd
parentb72123440d8541362ebdb131436f9dbdda5fd329
Revert "lambda: Experimental support for capture-variable and liberate-variable"

Test fails.

This reverts commit b72123440d8541362ebdb131436f9dbdda5fd329.

Change-Id: Ic9ed92f8c826d8465eb36b746dc44af05caf041c
26 files changed:
compiler/dex/quick/quick_compiler.cc
runtime/Android.mk
runtime/dex_instruction-inl.h
runtime/dex_instruction.cc
runtime/dex_instruction.h
runtime/dex_instruction_list.h
runtime/interpreter/interpreter_common.cc
runtime/interpreter/interpreter_common.h
runtime/interpreter/interpreter_goto_table_impl.cc
runtime/interpreter/interpreter_switch_impl.cc
runtime/lambda/art_lambda_method.h
runtime/lambda/box_table.cc
runtime/lambda/box_table.h
runtime/lambda/closure.cc
runtime/lambda/closure.h
runtime/lambda/closure_builder-inl.h
runtime/lambda/closure_builder.cc
runtime/lambda/closure_builder.h
runtime/lambda/leaking_allocator.cc [deleted file]
runtime/lambda/leaking_allocator.h [deleted file]
runtime/verifier/method_verifier.cc
test/955-lambda-smali/expected.txt
test/955-lambda-smali/smali/BoxUnbox.smali
test/955-lambda-smali/smali/Main.smali
test/955-lambda-smali/smali/MoveResult.smali
test/955-lambda-smali/smali/TrivialHelloWorld.smali