Make the transition to ArrayBuffer backed Arrays (#70)

* Traverse base classes when resolving overloads
* Implement preliminary TypedArray accessors
* Extract decorator flags from common flags to make space
* Add '**' overload
* Implement basic explicit inlining
* Support inlining of instance methods
* Reduce number of required locals when inlining
* Implement inlining of operator overloads
* Fix issues when inlining generic functions
This commit is contained in:
Daniel Wirtz
2018-04-11 23:35:19 +02:00
committed by GitHub
parent 0f49e054d2
commit 623597c23a
44 changed files with 13242 additions and 4945 deletions

View File

@ -33,7 +33,15 @@
(return
(i32.const 1)
)
(unreachable)
(block
(call $abort
(i32.const 0)
(i32.const 4)
(i32.const 37)
(i32.const 4)
)
(unreachable)
)
)
)
(func $start (; 4 ;) (type $v)