Optmize execution speed & Enable clang build test (#381)

* Inline Object::getPrototypeObject function in inline-cache functions(interpreter)
* Use POINTER_VALUE_STRING_TAG_IN_DATA, POINTER_VALUE_SYMBOL_TAG_IN_DATA for finding PointerValue type quickly

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
Patrick Kim 2019-08-21 15:04:46 +09:00 committed by Hyukwoo Park
commit 35d046e023
22 changed files with 109 additions and 61 deletions

View file

@ -33,7 +33,7 @@ public:
{
}
bool isConstructor() const
bool isConstructor() const override
{
return false;
}