mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 863521 - Remove legacy verifier nursery and store buffer from the Zone; r=billm
--HG-- extra : rebase_source : 4418bf1acf0badb99a92a976cee5c36df94c587a
This commit is contained in:
parent
61784a7a3a
commit
1cba4e738b
@ -28,10 +28,6 @@ JS::Zone::Zone(JSRuntime *rt)
|
||||
: rt(rt),
|
||||
allocator(this),
|
||||
hold(false),
|
||||
#ifdef JSGC_GENERATIONAL
|
||||
gcNursery(),
|
||||
gcStoreBuffer(rt),
|
||||
#endif
|
||||
ionUsingBarriers_(false),
|
||||
active(false),
|
||||
gcScheduled(false),
|
||||
|
@ -111,11 +111,6 @@ struct Zone : private JS::shadow::Zone, public js::gc::GraphNodeBase<JS::Zone>
|
||||
|
||||
bool hold;
|
||||
|
||||
#ifdef JSGC_GENERATIONAL
|
||||
js::gc::VerifierNursery gcNursery;
|
||||
js::gc::StoreBuffer gcStoreBuffer;
|
||||
#endif
|
||||
|
||||
private:
|
||||
bool ionUsingBarriers_;
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user