Skip to content

Commit d462d56

Browse files
authored
Implement with direct instruction overloads (#728)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 3243d56 commit d462d56

3 files changed

Lines changed: 601 additions & 104 deletions

File tree

src/compiler/default_compiler_draft4.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,10 @@ auto compiler_draft4_applicator_properties_with_options(
13201320
}
13211321
}
13221322

1323+
if (fusion_entries.size() > 32) {
1324+
return children;
1325+
}
1326+
13231327
return {make(InstructionIndex::AssertionObjectPropertiesSimple, context,
13241328
schema_context, dynamic_context,
13251329
Value{std::move(fusion_entries)},

0 commit comments

Comments
 (0)