Description[Interpreter] Avoid accessing on-heap literal in VisitLiteral.
Move VisitLiteral to decide what type of literal is being emitted by
checking the raw ASTValue type, instead of the internalized on-heap
value. This is required for concurrent bytecode generation.
As part of this change, the NUMBER AstValue constructor is modified to
try to convert numbers without a dot to SMIs where possible. This is to
maintain the behavior in NewNumber where such numbers are internalized as
SMIs, and ensures that we still emit LdaSmi bytecodes for these values
in the generated bytecode.
BUG=v8:5203
Committed: https://crrev.com/6b5949a8a04a2bc784bc6936cc713b466bfe2044
Cr-Commit-Position: refs/heads/master@{#37931}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Review comments #
Total comments: 2
Patch Set 3 : DCHECK to CHECK #
Dependent Patchsets: Messages
Total messages: 30 (17 generated)
|