ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Initializations are not performed for web-app #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
initializations are performed in main, which is not executed for a web-app.

I think this should be as simple as moving them to MINIT, and likewise for
finalizations.

Original issue reported on code.google.com by paul.biggar on 3 Jan 2009 at 4:49

GoogleCodeExporter commented 9 years ago
The current globals are not thread safe, and should be placed within an EG() 
block,
at the same time.

Original comment by paul.biggar on 28 May 2009 at 3:08