419 Commits

Author SHA1 Message Date
5b0f87f02b set workspace resolved to 2 2024-05-05 21:13:16 +02:00
Rerumu
f0cdfae184
Merge pull request #34 from Someon1e/trunk
Faster luau runtime
2024-03-04 13:13:10 -05:00
Someon1e
c8dcd9848e Truncate with BOR instead of BAND 2024-03-04 17:06:22 +00:00
Someon1e
3157f427d1 Even faster popcnt_i32 2024-03-04 16:33:01 +00:00
Someon1e
d11dc2d582 Cache x, y, z in into_u32 2024-03-04 16:07:20 +00:00
Someon1e
895c028ae8 Replace load_d1 load_d2 with into_u32 2024-03-04 16:01:03 +00:00
Someon1e
b7cfd3d405 Take advantage of inlining 2024-03-03 21:08:25 +00:00
Someon1e
b4971cc76b Optimize 2 2024-03-03 21:02:54 +00:00
Someon1e
5cfcb2ff89 Faster equality 2024-03-03 20:55:04 +00:00
Someon1e
8c0c3ed14c Faster popcnt_i32 2024-03-03 20:54:53 +00:00
Rob Blanckaert
d6b7a232ac
Export runtime for luau. (#33) 2024-01-09 20:10:18 -05:00
Rerumu
0af8f0ba27 Fix #31 2023-12-24 15:48:43 -05:00
Rerumu
24ee902db7 Add consts for clippy 2023-12-24 15:30:08 -05:00
Rerumu
16ffa40888 Add various Luau runtime improvements 2023-11-06 14:40:22 -05:00
Rerumu
cab26387a9 Fix Luau test conversion lint 2023-11-06 14:17:14 -05:00
Rerumu
49d2456fca Add buffer skeleton 2023-11-05 14:51:40 -05:00
Rerumu
b18365a7e4 Fix Luau NaN tests 2023-11-05 14:50:29 -05:00
Rerumu
e63f309490 Fix format issue 2023-11-05 14:49:46 -05:00
Rerumu
b4b001c576 Refactor operator to string conversions 2023-11-05 01:03:13 -05:00
Rerumu
0a303e1a4b Clippy fix 2023-11-03 11:03:07 -04:00
Rerumu
6ca09ca5cd Fix lazy expression reordering 2023-11-03 10:35:31 -04:00
wackbyte
bbaa60e8c2
Update dependencies (#30)
* dev-test: update dependencies

* update wasmparser: 0.99.0 -> 0.101.1

Remove `i64` generation fix for elements as they only contain `reftype` and not `i64`

* update wasmparser: 0.101.1 -> 0.103.0

See <https://github.com/bytecodealliance/wasm-tools/pull/957> for more information

* update wasmparser: 0.103.0 -> 0.106.0

* update wasmparser: 0.106.0 -> 0.107.0
2023-06-26 17:19:12 -04:00
Rerumu
ef18bb1172
Merge pull request #29 from wackbyte/fix-test-typo
Fix typo
2023-06-26 02:09:14 -04:00
wackbyte
0aaa84b790
fix typo 2023-06-26 01:57:24 -04:00
Rerumu
945e76903f Tweak local spill heuristic 2023-06-25 23:31:39 -04:00
Rerumu
0416c30e67 Make some stuff Copy 2023-06-25 23:27:01 -04:00
Rerumu
d33e4a6b3e Add naive local and temporary spills 2023-06-25 22:49:29 -04:00
Rerumu
5622aa661e Add memory index support in analysis 2023-06-24 19:05:00 -04:00
Rerumu
460363bff1 Reduce Statement memory footprint 2023-06-23 16:02:06 -04:00
Rerumu
170c5c3629 Add temporary local limit for Luau 2023-06-23 15:49:32 -04:00
Rerumu
4bcfbf5054 Add unimplemented messages 2023-06-23 15:42:09 -04:00
Rerumu
4bd5fb8d43 Fix bulk memory stores 2023-06-23 15:16:34 -04:00
Rerumu
32f5197b88 Fix load and store memory parameter 2023-06-23 14:12:54 -04:00
Rerumu
dfb86b30f9 Fix Luau output emitting dead control branches 2023-06-20 14:59:37 -04:00
Rerumu
7a49d61e0a Housekeeping with clippy 2023-06-20 14:07:25 -04:00
Rerumu
857737ff52
Merge pull request #28 from RealEthanPlayzDev/trunk
Fix build error within wasm-ast
2023-02-23 23:33:39 -05:00
RealEthanPlayzDev
faa4e6b8ae Fix build error within wasm-ast 2023-02-24 11:30:34 +07:00
Rerumu
f5ccf67374
Merge pull request #26 from bainchild/trunk
Attempt to add memory copy/fill (allocator edition)
2023-02-16 16:18:01 -05:00
Rerumu
27e51de93d
Merge pull request #27 from wackbyte/bump
Bump dependencies
2023-01-27 11:14:08 -05:00
wackbyte
7066e2ebd8
Bump dependencies
wasm-smith: 0.11.0 -> 0.12.0
wasmparser: 0.86.0 -> 0.99.0
wast: 42.0.0 -> 52.0.2
2023-01-26 23:22:02 -05:00
bainchild
8fe0fa5c03
Rename parameters (and add it) 2023-01-03 21:18:40 -06:00
bainchild
88e2884fc5
Rename parameters 2023-01-03 21:15:21 -06:00
bainchild
5230c1039d Fix misplacement. 2023-01-03 01:32:28 -06:00
bainchild
fef7e3cd13 Missed a file 2023-01-03 01:06:25 -06:00
bainchild
50b93641f2 Attempt to add memory copy/fill (2) 2023-01-03 01:02:26 -06:00
Rerumu
2f8eadad6c Try to fix #25 2022-12-07 02:42:29 -05:00
Rerumu
e1e8a4ddc1 Rename for consistency 2022-08-29 14:08:32 -04:00
Rerumu
94b3bd529a Fix desired branch elision heuristic 2022-08-25 20:46:14 -04:00
Rerumu
5887efa841 Box expressions to reduce memory usage 2022-08-25 20:46:14 -04:00
angifalangi
8ccbba9571
Add new Luau ternary operator (#21) 2022-08-25 20:45:03 -04:00