[parrot/parrot] 6f4697: Fix the build on my particular flavor of windows (...

noreply at github.com noreply at github.com
Tue Dec 13 14:16:52 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot

  Commit: 6f469715ae6c72a8ed242c43f14cb6eb8166c9aa
      https://github.com/parrot/parrot/commit/6f469715ae6c72a8ed242c43f14cb6eb8166c9aa
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-12-13 (Tue, 13 Dec 2011)

  Changed paths:
    M frontend/pbc_dump/main.c
  M src/pmc/env.pmc
  M src/pmc/task.pmc

  Log Message:
  -----------
  Fix the build on my particular flavor of windows (x86-64, win7, cl 16.0-x64)

Remove all the integer-keyed lookup logic from Env Pmc, since that behavior is not really used and isn't speced. pbc_dump doesn
't appear to have the PMCNULL variable linked for some reason, but also doesn't seem to use it, so just dummy it up. Remove a setjmp call from task.pmc which appears to be using an uninitialized buffer and causing a segv here.




More information about the parrot-commits mailing list