Templatise type representation
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Jan 2014 17:12:48 +0000 (17:12 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Jan 2014 17:12:48 +0000 (17:12 +0000)
commit1c33a2d8400de695ce5d84f82aa1c109846d3efe
tree0857d7f3e87e2e0e95773182902f092dbb30cff5
parent014a86ef8c75c0f530f913ad15d40fe879b9c4d0
Templatise type representation

This is to support both heap- and zone-allocated types in the future (the latter not yet implemented).

Also, handlify the type API some more.

R=titzer@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18521 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
17 files changed:
src/ast.cc
src/ast.h
src/code-stubs-hydrogen.cc
src/code-stubs.cc
src/hydrogen.cc
src/ic.cc
src/ic.h
src/list.h
src/objects.cc
src/objects.h
src/property-details.h
src/stub-cache.cc
src/type-info.cc
src/types.cc
src/types.h
src/typing.cc
test/cctest/test-types.cc