-
- Downloads
Bug 1835710 - Cancel off-thread JIT compilation before changing nursery...
Bug 1835710 - Cancel off-thread JIT compilation before changing nursery allocation flags r=jandem, a=dmeehan This calls CancelOffThreadIonCompile before changing the nursery allocation flags to avoid the race condition with off-thread compilation reading these flags. Nursery::discardJitCodeForZone is renamed to make it clear that it also sets JIT flags. Differential Revision: https://phabricator.services.mozilla.com/D179542
Showing
- js/src/gc/Allocator.cpp 5 additions, 6 deletionsjs/src/gc/Allocator.cpp
- js/src/gc/Nursery.cpp 30 additions, 11 deletionsjs/src/gc/Nursery.cpp
- js/src/gc/Nursery.h 5 additions, 1 deletionjs/src/gc/Nursery.h
- js/src/gc/Zone.cpp 1 addition, 1 deletionjs/src/gc/Zone.cpp
- js/src/gc/Zone.h 2 additions, 1 deletionjs/src/gc/Zone.h
Loading
Please register or sign in to comment