void p(void *x) { goto *x; /* weird: dereferencing void* */ } main() { p(&&L1); /* weird: double-& operator. */ L1: exit(); }It makes sense, though.
reading
-
your vcs sucks
I've been hacking on some Haskell stuff lately that's all managed in darcs and it's reminded me of an observation I made over two years ago now (see…
-
ghc llvm
I read this thesis on an LLVM backend for GHC, primarily because I was curious to learn more about GHC internals. The thesis serves well as an…
-
found my bug!
Not too interesting, but this has been bugging me for a week. Been working on a toy program that proxies a TCP connection. It was working fine for…
- Post a new comment
- 7 comments
- Post a new comment
- 7 comments