mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 05:24:17 +00:00
LibJS: Always inline the bytecode instruction iterator's operator++
This commit is contained in:
@@ -64,10 +64,4 @@ void BasicBlock::grow(size_t additional_size)
|
||||
VERIFY(m_buffer_size <= m_buffer_capacity);
|
||||
}
|
||||
|
||||
void InstructionStreamIterator::operator++()
|
||||
{
|
||||
VERIFY(!at_end());
|
||||
m_offset += dereference().length();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user