Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miscompiles json--plist-reverse #22

Open
tromey opened this issue Sep 16, 2017 · 0 comments
Open

miscompiles json--plist-reverse #22

tromey opened this issue Sep 16, 2017 · 0 comments

Comments

@tromey
Copy link
Owner

tromey commented Sep 16, 2017

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.

tromey added a commit that referenced this issue Sep 20, 2017
this is a hack but works around #22 for now
probably all these optimizations need another look
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant