-
- Downloads
Bug 1812380 - Replace refereces to 'work stealing' with 'work requesting' in...
Bug 1812380 - Replace refereces to 'work stealing' with 'work requesting' in parallel marking implementation r=sfink This also changes the method to move work between mark stacks to take |src| and |dst| arguments to make it clearer what's happening. Differential Revision: https://phabricator.services.mozilla.com/D167935
Showing
- js/src/gc/GCMarker.h 4 additions, 4 deletionsjs/src/gc/GCMarker.h
- js/src/gc/Marking.cpp 35 additions, 32 deletionsjs/src/gc/Marking.cpp
- js/src/gc/ParallelMarking.cpp 13 additions, 13 deletionsjs/src/gc/ParallelMarking.cpp
- js/src/gc/ParallelMarking.h 9 additions, 5 deletionsjs/src/gc/ParallelMarking.h
Loading
Please register or sign in to comment