1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-19 01:41:30 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
39b489bee2 Rename memory instructions; Rework constant handling ()
* Rename memory instructions as proposed by the bulk-memory-operations spec.
* Rename memory manager functions to memory.* as well
* Remove automatic inlining of constant globals (Binaryen does this now)
* Improve 'const' enum compatibility
* Improve module-level export generation
* Enable the inline decorator for constant variables
* Add ERROR, WARNING and INFO macros that emit a user-defined diagnostic
* Reintroduce builtin decorator so these can appear anywhere in stdlib again
* Inline isNaN and isFinite by default
* Make an interface around gc.* similar to memory.*
* Emit an error when trying to inline a mutable variable
* Slim down CI stages
* Add a more convenient tracing utility for debugging
* Implement some prequesites for an eventual bundled GC
2018-07-20 22:53:33 +02:00
423533c6b0 Implement function types / indirect calls / trampolines () 2018-03-12 14:06:39 +01:00
9ef8b162a9 Also lint stdlib 2018-02-25 23:21:32 +01:00
b1c6ccab2a Use long.js in JS and native i64 in WASM; Compile literals more thoroughly 2018-02-14 09:18:43 +01:00
2175e6fbdc Optimize some std mem methods by replacing expensive rem operations to fast bit logic () 2018-02-12 18:47:32 +01:00
896810859e Make memory allocators pluggable 2018-01-28 19:33:05 +01:00
219ee81bc9 Rename heap to memory; Allocator strategies 2018-01-28 15:30:49 +01:00