F
Filip Jerzy Pizło
@filpizlo
PL/VM/compilers @ Epic Games
Joined September 2008
928Following
4KFollowers
F
Filip Jerzy Pizło@filpizlo · Jul 18
One of the craziest C features that Fil-C supports in a totally memory-safe way is setjmp/longjmp. Today I made that support even better. The key insight to making setjmp/longjmp safe is that it's safe to longjmp to a jmp_buf that was made by a setjmp call in a frame that is…
1
3
81
13
3.0K
F
Filip Jerzy Pizło@filpizlo · Jul 17
What is the hardest problem in computer science and why is it implementing pthread_create?
3
0
18
4
2.0K
F
Filip Jerzy Pizło@filpizlo · Jul 16
I just got dhcpcd to work in Fil-C, so I can do memory safe DHCP resolution All I had to change was 17 lines in the rbtree.h header (it had a tagged ptr, had to change the type from uintptr_t to struct rb_node*)
3
2
65
10
4.0K
F
F
F