mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Implement inline cache version of get object opcode. Replace the opcode in runtime.
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
633df26291
commit
93a0e853fe
5 changed files with 125 additions and 99 deletions
|
|
@ -612,6 +612,7 @@ void CodeCacheWriter::storeByteCodeStream(ByteCodeBlock* block)
|
|||
STORE_ATOMICSTRING_RELOC(m_templateDataString);
|
||||
break;
|
||||
}
|
||||
case GetObjectPreComputedCaseSimpleInlineCacheOpcode:
|
||||
case ExecutionResumeOpcode:
|
||||
RELEASE_ASSERT_NOT_REACHED();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue