RSS feed
a2ec5b67
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/01/01 19:31
Let's build the compiler before we use it.
efbaf457
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/01/01 19:16
Update bootstrap code.
58c27b2d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2018/01/01 19:08
Regenerate FreeBSD bootstrap
b333cec4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/30 20:26
Fix up grammar.
69225171
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/30 15:33
Fix test deps for crypto.
39331f83
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/30 15:10
Clean up some more dead code.
f4a939a2
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/30 14:23
Start cleaning up libstd.
b4252aed
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/29 07:25
Add some tests to lib/std/alloc.myr
86f488a9
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/29 07:22
'c' for chunk.
11755c23
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/29 07:20
Clear out next slab pointer.
097c5188
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 20:31
Benchmark matching at end of string.
358de40c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 18:51
Simplify tracing.
5844080d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 18:26
Clean up code.
38483fdf
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 16:57
Minor cleanup.
75ddf8ed
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/28 09:59
Performance increase.
929f3dcb
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 05:22
Remove maxargs from redump.
7cd9a6f6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 05:19
Use the right (hello) pattern in the benchmarks.
804ca7d4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/28 05:18
Let's be freeing the threads.
c191c882
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/27 17:04
Limit the size of the thread cache.
17b6a133
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/27 17:00
Free retired threads.
a434ff7d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/27 16:03
Speed up regex.
3ca7a098
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/27 06:58
Remove trace calls from hot path.
f069b333
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/27 06:50
Free all matching threads.
b1b28999
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/26 07:35
Fix void slice formatting.
c6616159
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/25 11:30
Make the copy loop byte based.
52eca667
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/25 11:14
Formatting as a state machine.
68a437bb
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/21 19:03
Lock less in resolver.
920b587c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/14 09:51
Add atexit for 9front.
377381aa
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/13 13:22
Add renezvous syscall to 9front.
9543bdfe
– Ori Bernstein <ori@eigenstate.org>
authored
and Ori Bernstein <ori@markovcorp.com>
committed
on 2017/12/12 08:32
Only use the last . for the suffix.
161c6c97
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/11 16:45
Undo the kbind call.
671e174c
– Carlin Bingham <cb@viennan.net>
authored
and Ori Bernstein <ori@markovcorp.com>
committed
on 2017/12/12 00:28
Correctly invoke the linker when binding with C
133e0113
– Ori Bernstein <ori@markovcorp.com>
authored
on 2017/12/11 06:54
Add back dynlibs in usefiles.
63ee97c6
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/05 19:35
Make the tests file polyglot again.
034acf0c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/05 17:30
Error correctly when a const has no init.
5456cd41
– Lucas Gabriel Vuotto <lvuotto92@gmail.com>
authored
and Ori Bernstein <ori@markovcorp.com>
committed
on 2017/12/05 15:24
Be able to split long lines in commas
1ed38b41
– snocl <snorredc@gmail.com>
authored
and Ori Bernstein <ori@eigenstate.org>
committed
on 2017/12/05 16:09
Align the stack in _start.
858ba076
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/04 20:10
All extern consts should be global.
3360bf0e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/04 20:05
Shift the match frontier correctly.
5aaf4d7e
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/04 19:08
Fix function pointer formatting.
fd1b8b6f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/04 18:50
Handle locally declared extern consts correctly.
ebbdfc26
– Ori Bernstein <ori@eigenstate.org>
authored
on 2017/12/02 09:15
Fix myrddin acid code.