Folkert
1ed648554d
rename wasm-cli-run -> gen-llvm-wasm
2022-07-10 14:08:35 +02:00
Ayaz
7b308d9efe
Merge pull request #3404 from rtfeldman/ambient-lset-specialization
...
The ambient lambda set specialization algorithm
2022-07-09 17:23:27 -05:00
Ayaz Hafiz
ebcd323449
Use strict unification of vars in unspecialized lambda sets right now
2022-07-06 13:08:58 -04:00
Ayaz Hafiz
0b427646e4
Continued progress on new lambda set compaction algorithm
2022-07-06 13:08:57 -04:00
ayazhafiz
937b73b797
Compile lambdas that have an empty lambda set
...
Closes #3224
This should also fix a number of other issues often observed when a
lambda is never actually called, but we fail to codegen because it has
an empty lambda set.
2022-07-06 12:49:01 -04:00
Richard Feldman
033efe33e5
Merge pull request #3228 from rtfeldman/illegal_instruction_PENTIUM_N3700
...
WIP don't require avx, avx2, sse, sse4.2 on all x86-64
2022-06-20 08:32:14 -04:00
Anton-4
f9d291eae0
try flag target-cpu without space
2022-06-16 12:16:32 +02:00
Ayaz Hafiz
cd37f4bbd6
Add ROC_PRINT_UNIFICATIONS_DERIVED to cargo config
2022-06-15 14:26:56 -04:00
Anton-4
e10bf5b71a
added target-cpu=native to config
2022-06-15 15:49:30 +02:00
Ayaz Hafiz
33945a7d5c
Add env var for workspace root and scaffold builtins fmt test
2022-05-18 14:30:03 -04:00
Ayaz
077c5dc1bd
Merge branch 'trunk' into fix-debug-flags
2022-05-05 14:54:39 -04:00
Ayaz Hafiz
64b87576d3
Add debug flags to cargo config
2022-05-05 12:08:34 -04:00
Ayaz Hafiz
bc987fd4d7
All of test_gen works again
2022-05-05 11:13:41 -04:00
Brian Carroll
8ca0b1cfcf
Remove panic=abort from wasm flags in case of memory leaks
2022-03-16 17:11:15 +00:00
Brian Carroll
7542610953
Add comments about Wasm compiler flags
2022-03-16 12:51:24 +00:00
Brian Carroll
52e17ae6b8
Further optimize wasm build for web REPL
2022-03-15 19:19:29 +00:00
Brian Carroll
72b620086f
Set Cargo config to optimize Wasm builds for size (web REPL)
2022-03-15 19:02:15 +00:00
Brian Carroll
3cc64209b5
wasm: include package tests in Cargo alias
2022-02-02 23:45:05 +00:00
Brendan Hansknecht
6282fa0209
Also test assembly insturction generation with test-gen-dev
2021-11-09 09:28:25 -08:00
Folkert
af8ee4b7bb
add cargo aliases for convenient test running
2021-11-09 12:27:28 +01:00