Add initial draft of the compiled data structures for JS and QML
authorLars Knoll <lars.knoll@digia.com>
Fri, 9 Aug 2013 12:26:39 +0000 (14:26 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 9 Aug 2013 13:37:22 +0000 (15:37 +0200)
commit49670800d439a5e28a6f1527b15b0dc21502a1d7
tree2273d6c5132a219fb960cbb5a799dea65acec561
parent65d31326af13ffecd3810459a8bd6db186ea1587
Add initial draft of the compiled data structures for JS and QML

To be able to cleanly separate the compilation stage from the runtime,
the compiler will create a read-only data structure, that is described
in this file.

This will later on also allow us to fully compile JS and QML in separate
threads, and longer term replace the qqmlcompiler/vme infrastructure.

Change-Id: Iafe6d527c0994c3bc17ba1630959ffd32cc74067
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/compiler/qv4compileddata_p.h [new file with mode: 0644]