Basic ContextPromotionPass and some opcode info rearranging.

This commit is contained in:
Ben Vanik
2013-12-07 04:39:48 -08:00
parent 51d0be0f0a
commit 329b554c7a
25 changed files with 907 additions and 617 deletions

View File

@@ -18,10 +18,11 @@ using namespace alloy::runtime;
Frontend::Frontend(Runtime* runtime) :
runtime_(runtime) {
runtime_(runtime), context_info_(0) {
}
Frontend::~Frontend() {
delete context_info_;
}
Memory* Frontend::memory() const {