From fdb1a7da37e2482a22ca32d52e2833bf67d90bc9 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 4 Apr 2017 10:35:45 +0200 Subject: Cleanups: Remove Steele barrier code Remove the code related to the Steele write barrier and incremental garbage collection. This is in preparation for a fully concurrent GC, that will not have and incremental mode and will use a Yuasa write barrier. Change-Id: I155a85211c5be61e792e056321fbceaee47c0d87 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4identifiertable.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/jsruntime/qv4identifiertable.cpp') diff --git a/src/qml/jsruntime/qv4identifiertable.cpp b/src/qml/jsruntime/qv4identifiertable.cpp index d3ef238716..3def6defbf 100644 --- a/src/qml/jsruntime/qv4identifiertable.cpp +++ b/src/qml/jsruntime/qv4identifiertable.cpp @@ -81,7 +81,6 @@ void IdentifierTable::addEntry(Heap::String *str) str->identifier = new Identifier; str->identifier->string = str->toQString(); str->identifier->hashValue = hash; - str->setMarkBit(); bool grow = (alloc <= size*2); -- cgit v1.2.3