Squeeze the layout of expression nodes a bit.
authorsvenpanne@chromium.org <svenpanne@chromium.org>
Thu, 2 Oct 2014 11:52:54 +0000 (11:52 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org>
Thu, 2 Oct 2014 11:52:54 +0000 (11:52 +0000)
commit53454d95d0f456fd1b285a85351a8afa9dcda210
tree348fc887134aaf9f8e365687df9b39bf0dadabf7
parent8d283eddc0e5ad301272492c620d490f7c7d9ccb
Squeeze the layout of expression nodes a bit.

Again 112MB less peak memory usage in the bug mentioned below. :-)
Routed all writes to to_boolean_types_ through its setter on the way.

BUG=417697
LOG=y
R=mvstanton@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24393 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
src/ast.h
src/parser.cc