Comment #1 on issue 4203 by [email protected]: Validate asm.js code and use type information
https://code.google.com/p/v8/issues/detail?id=4203#c1

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/9adb5f0a59210a3c46eb17ed00226d2461192af4

commit 9adb5f0a59210a3c46eb17ed00226d2461192af4
Author: bradnelson <[email protected]>
Date: Tue Jun 30 21:12:12 2015

Allow numeric literals to be checked for a decimal point.

The asm.js spec decides the type of numeric literals in several places
based on if they contain a ".".
http://asmjs.org/spec/latest/

Adding methods so that AST Literals can be checked for containg a dot.

Adding a cctest that this information is available.

LOG=N
BUG= https://code.google.com/p/v8/issues/detail?id=4203
TEST=test-parsing
[email protected],[email protected]

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

Cr-Commit-Position: refs/heads/master@{#29395}

[modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/src/ast-value-factory.cc [modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/src/ast-value-factory.h
[modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/src/ast.h
[modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/src/parser.cc [modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/src/scanner.cc [modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/src/scanner.h [modify] http://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4/test/cctest/test-parsing.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to