mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 21:33:43 +00:00
Bug 401188 - "Thread-unsafe updates to sub-atomic rt->gc{Poke,Zeal}" [p=crowder r=igor a1.9=brendan]
This commit is contained in:
parent
3140fbe092
commit
8d679f039a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user