v8/test/cctest/interpreter
mythria eccbdde041 [Interpreter] Removes assignment hazard scope.
Removes assignment hazard scope. Reverts back to the naive scheme of
allocating a temporary for every variable load. It was decided to revert it
because the current implementation does not handle logical expressions,
ternary operators, visiting objects in named/keyed loads. Also, we wanted
to evaluate alternate approaches and choose one when we have a mechanism
to measure performance.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#33269}
2016-01-13 15:41:31 +00:00
..
test-bytecode-generator.cc [Interpreter] Removes assignment hazard scope. 2016-01-13 15:41:31 +00:00
test-interpreter.cc [Interpreter] Add support for LOOKUP_SLOT_CALL to interpreter. 2016-01-12 13:12:20 +00:00