Reviewers: rossberg, titzer,

Description:
Add asm.js typer + validator.

Walk asm.js module ASTs, attach concrete type information
in preparation for generating a WASM module.

cctest test coverage (mjsunit coming in later CL).
Expressions, function tables, and foreign functions have coverage.
Statement coverage to be expanded in a later CL.

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

Please review this at https://codereview.chromium.org/1322773002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2063, -0 lines):
  M BUILD.gn
  A src/typing-asm.h
  A src/typing-asm.cc
  M test/cctest/cctest.gyp
  A test/cctest/test-asm-validator.cc
  M tools/gyp/v8.gyp


--
--
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