[parrot/parrot] 510b6c: Fix all instances of global/static variables in IM...

GitHub noreply at github.com
Wed May 9 00:02:56 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 510b6c07e15665454d0e5ad3ca7691b6d519b181
      https://github.com/parrot/parrot/commit/510b6c07e15665454d0e5ad3ca7691b6d519b181
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-05-08 (Tue, 08 May 2012)

  Changed paths:
    M compilers/imcc/imc.h
    M compilers/imcc/imcc.l
    M compilers/imcc/imclexer.c
    M compilers/imcc/imcparser.c
    M compilers/imcc/imcparser.h
    M compilers/imcc/main.c
    M compilers/imcc/symreg.c

  Log Message:
  -----------
  Fix all instances of global/static variables in IMCC which had been marked by plobsing++.

In theory, this should make IMCC reentrant and thread-safe (pursuant to #565). Without a real threaded stress-test we won't know for certain.





More information about the parrot-commits mailing list