mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Improve TLS valriable r/w on ELF shared-libary
since calling __tls_get_addr performace is too bad, we should r/w TLS variables with special offset users can turn on this feature with ESCARGOT_ENABLE_TLS_ACCESS_BY_ADDRESS flag Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
e575d34387
commit
2c0c041c9a
68 changed files with 385 additions and 284 deletions
|
|
@ -76,7 +76,7 @@ ScriptParser::ScriptParser(Context* c)
|
|||
|
||||
ScriptParser::InitializeScriptResult::InitializeScriptResult()
|
||||
: parseErrorCode(ErrorCode::None)
|
||||
, parseErrorMessage(String::emptyString)
|
||||
, parseErrorMessage(String::emptyString())
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue