DescriptionCleanups to Verifier.
This CL broadens the checks done by the verifier in untyped mode and introduces some subroutines to shorten the code a bit.
Introduce routines CheckUpperIs() CheckUpperMaybe() and CheckValueInputIs() that are called unconditionally by the verifier. If the typing mode is untyped, then don't check anything.
Also added a couple checks for Merge and Loop nodes that catch bugs where the operator and the node disagree on input counts (a bug encountered today).
R=mstarzinger@chromium.org, rossberg@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=24809
Patch Set 1 #
Messages
Total messages: 8 (1 generated)
|