I am curious what error context frames in dgd are for vs. stack frames in a normal compiler. I am somewhat curious about this error handling code since it is probably important to how I map this into llvm's exception framework. What does an error context represent and what does ec_pop and ec_push effectively do? Thanks in advance, Silenus.