Bug 401188 - "Thread-unsafe updates to sub-atomic rt->gc{Poke,Zeal}" [p=crowder r=igor a1.9=brendan]

This commit is contained in:
reed@reedloden.com 2007-11-13 02:44:08 -08:00
parent 3140fbe092
commit 8d679f039a

View File

@ -192,11 +192,9 @@ struct JSRuntime {
*/
JSPackedBool gcPoke;
JSPackedBool gcRunning;
#ifdef JS_GC_ZEAL
uint8 gcZeal;
uint8 gcPadding;
#else
uint16 gcPadding;
#ifdef JS_GC_ZEAL
jsrefcount gcZeal;
#endif
JSGCCallback gcCallback;