tromey / el-compilador

An SSA-based compiler for Emacs Lisp
206 stars 10 forks source link

miscompiles json--plist-reverse #22

Open tromey opened 7 years ago

tromey commented 7 years ago

I tried compiling json--plist-reverse. The compiler doesn't initialize a variable near the top.

BB_0:
  res_219 = Qnil;
  if (!NILP (plist_220))
    {
      goto BB_3;
    }

Here plist_220 should be initialized from plist.