Sergei Gorelkin пишет:
Whoops, not that easy. It appears that
Tresourcestrings.CreateResourceStringData
does not create new section in current_asmdata.asmlists[al_const] and
therefore it
depends on the state in which that asmlist was left by the previously
executed code. Hence, compiling a un
Sergei Gorelkin wrote:
Attached is a one-line fix that makes programs a couple of bytes smaller
by preventing creation of empty threadvar tables when threadvars are not
actually used.
The condition "Assigned(TAsmList.First)" always evaluates to True
because the list contains at least one marke
Hello,
Attached is a one-line fix that makes programs a couple of bytes smaller
by preventing creation of empty threadvar tables when threadvars are not
actually used.
The condition "Assigned(TAsmList.First)" always evaluates to True
because the list contains at least one marker item.
Regard