Hacker News new | ask | show | jobs
by testbro 4675 days ago
On a similar thread, Julian Bangert and Sergey Bratus have an implementation of the game of life that performs its computation on the MMU using traps[1] that technically uses 0 x86 instructions to run the computation. There's a video of it running available too [2].

[1] : https://github.com/jbangert/trapcc

[2] : http://www.youtube.com/watch?v=eSRcvrVs5ug

1 comments

They win since the game of life is Turing complete.