Description[Interpreter] Add interpreter support for compare ops and ToBoolean.
The comparison operators and ToBoolean are implemented by calling into
the runtime. There are new runtime methods are prefixed with Interpreter
to make use case clear.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/17363fa4f3bbf483ff68368c7b01355adfdce72f
Cr-Commit-Position: refs/heads/master@{#30983}
Patch Set 1 #Patch Set 2 : Fix compilation with MSVC. #Patch Set 3 : Compilation fix. #
Total comments: 4
Patch Set 4 : Incorporate bmeurer's comments (https://codereview.chromium.org/1369123002/#msg4). #
Total comments: 1
Patch Set 5 : Previous change dropped exception, this adds it back. #
Total comments: 2
Patch Set 6 : Remove helper method from runtime-interpreter.cc. #
Total comments: 12
Patch Set 7 : Incorporate review feedback from mstarzinger and rmcilroy. #
Dependent Patchsets: Messages
Total messages: 18 (4 generated)
|