dzaima
|
7ee8d642dc
|
trailing newlines
|
2021-07-20 22:18:37 +03:00 |
|
dzaima
|
d4d4521e52
|
more fixing of warnings
|
2021-07-20 22:09:59 +03:00 |
|
dzaima
|
0bcf3b592f
|
more comparison type fixing
and some more / opt to make it not slower
|
2021-07-20 21:56:35 +03:00 |
|
dzaima
|
99896fbace
|
improving loop counter variable types
|
2021-07-20 21:32:41 +03:00 |
|
dzaima
|
68c2332fef
|
return on FAIL
|
2021-07-20 19:58:34 +03:00 |
|
dzaima
|
c2c64f9654
|
move thrF to a full function
0.3% more instrs with it never being called what
|
2021-07-20 02:57:18 +03:00 |
|
dzaima
|
78cd23907e
|
make err fails more clear
|
2021-07-19 23:09:10 +03:00 |
|
dzaima
|
0d5af28043
|
use mut_copyG in one more place
|
2021-07-19 19:56:14 +03:00 |
|
dzaima
|
2e2b479d37
|
shorten mut_init
|
2021-07-19 19:25:25 +03:00 |
|
dzaima
|
ca264d1332
|
move init out of mut_to
|
2021-07-19 19:23:36 +03:00 |
|
dzaima
|
cf10914d63
|
refactor mut type expanding
|
2021-07-19 04:54:29 +03:00 |
|
dzaima
|
d8cfac38a2
|
move mut_pfree out of .c
|
2021-07-19 04:41:01 +03:00 |
|
dzaima
|
0c04b7e03b
|
move vec_add slow case to .c file
|
2021-07-19 04:36:04 +03:00 |
|
dzaima
|
708e06c0ea
|
simplify mut usage where type is guaranteed correct
|
2021-07-19 04:22:18 +03:00 |
|
dzaima
|
9c66cbbb4b
|
move noinline fns out of .h files
|
2021-07-19 03:48:52 +03:00 |
|
dzaima
|
61e58c7a02
|
basic monadic arith special-case
|
2021-07-18 18:12:11 +03:00 |
|
dzaima
|
d8e3f78e6c
|
better dyadic arith messages
|
2021-07-18 17:24:21 +03:00 |
|
dzaima
|
1719374e0a
|
make ubsan happier, optimize nextBC
still doesn't like f==(f64)(someIntType)f but that's, like, not replaceable
|
2021-07-17 21:25:11 +03:00 |
|
dzaima
|
cd86a0b242
|
refresh precompiled bytecode until genRuntime
|
2021-07-16 23:25:00 +03:00 |
|
dzaima
|
19449416c8
|
fix cc.bqn outside dzaima/BQN
|
2021-07-16 23:16:51 +03:00 |
|
dzaima
|
43d2946447
|
fix refcount errors in merge
|
2021-07-16 23:11:34 +03:00 |
|
dzaima
|
9ae1ab80cf
|
multiple body support
|
2021-07-16 22:42:22 +03:00 |
|
dzaima
|
c192125a9c
|
fix •file in REPL
|
2021-07-12 12:10:06 +03:00 |
|
dzaima
|
cdc363c94f
|
initialize rtperf time counters
|
2021-07-12 01:45:28 +03:00 |
|
dzaima
|
bb463c8f87
|
fix rtverify failing on usz==u64
|
2021-07-12 01:06:39 +03:00 |
|
dzaima
|
576876dd32
|
fix warnings for usz==u64
|
2021-07-12 00:50:29 +03:00 |
|
dzaima
|
ed691f3dae
|
joined 2buddy
|
2021-07-12 00:17:59 +03:00 |
|
dzaima
|
8f3f9ba114
|
don't read mmInfo from RAM
|
2021-07-11 23:24:13 +03:00 |
|
dzaima
|
2a0b91e7b4
|
counters instead of allocB
|
2021-07-11 23:07:07 +03:00 |
|
dzaima
|
1b31c88e4c
|
use mm_heapUsed() instead of allocB
|
2021-07-11 22:45:08 +03:00 |
|
dzaima
|
9982c62526
|
move OBJ_COUNTER increment
|
2021-07-11 22:14:28 +03:00 |
|
dzaima
|
48380be063
|
separate allocB for mmX
|
2021-07-11 22:09:26 +03:00 |
|
dzaima
|
1d5e7212fd
|
extract bucket definitions from template
|
2021-07-11 21:13:41 +03:00 |
|
dzaima
|
edd1f308ce
|
clean up mm macros & globals
|
2021-07-11 21:04:49 +03:00 |
|
dzaima
|
1f01bf8aa6
|
Merge pull request #2 from mlochbaum/master
Just use bit sets, not hashing, for complementary selection
|
2021-07-10 01:09:27 +03:00 |
|
Marshall Lochbaum
|
dde05f5f02
|
Just use bit sets, not hashing, for complementary selection
|
2021-07-08 20:56:28 -04:00 |
|
dzaima
|
947ee901bb
|
Merge pull request #1 from mlochbaum/master
Faster random deal, and sorted subset
|
2021-07-09 02:18:23 +03:00 |
|
Marshall Lochbaum
|
3546419816
|
Use the correct complement algorithm for the hash set
|
2021-07-08 17:54:34 -04:00 |
|
Marshall Lochbaum
|
619b9827de
|
Faster random deal, and sorted subset
|
2021-07-08 17:33:50 -04:00 |
|
dzaima
|
cce52dd40e
|
random deal & subset
|
2021-07-07 21:31:48 +03:00 |
|
dzaima
|
fc4d36de07
|
test for MAP_32BIT to enable JIT
|
2021-07-06 20:04:14 +03:00 |
|
dzaima
|
aef9702b7b
|
list-of-structs → struct-of-lists for TypeInfo
|
2021-07-06 19:31:42 +03:00 |
|
dzaima
|
08723a3c80
|
use TI macros everywhere
|
2021-07-06 19:22:45 +03:00 |
|
dzaima
|
cd60db1c89
|
optimize fast allocation path
|
2021-07-05 02:52:42 +03:00 |
|
dzaima
|
d063e83a8d
|
apparently BSZI is barely used
|
2021-07-05 01:22:49 +03:00 |
|
dzaima
|
7bc8856cd1
|
inline LOCU
|
2021-07-05 01:05:43 +03:00 |
|
dzaima
|
2a49cf8205
|
update objdump usage
|
2021-07-04 13:49:27 +03:00 |
|
dzaima
|
eca7699580
|
more ⊔ changes
|
2021-07-04 05:31:23 +03:00 |
|
dzaima
|
6942b2d04c
|
add checks for 𝕨<¯1 in ⊔
|
2021-07-04 05:05:13 +03:00 |
|
dzaima
|
f5388fbdfa
|
depth check for ⊔
|
2021-07-04 05:00:56 +03:00 |
|