1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-11 14:01:26 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
2002e32c9c Inline small stdlib functions () 2018-04-12 14:17:29 +02:00
623597c23a Make the transition to ArrayBuffer backed Arrays ()
* 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
2018-04-11 23:35:19 +02:00
0f49e054d2 Minor optimizations to array sorting
...to get a handle on the code
2018-04-08 01:53:22 +02:00
ac2281b14b Improve memory usage for weakHeap sorting () 2018-04-08 01:03:26 +02:00
8770f7b548 New ArrayBuffer/TypedArray; Stdlib restructure; Fix importing stdlib in stdlib; Traverse constructors; Allow initialization of readonly instance fields in constructors 2018-04-07 03:27:22 +02:00