Changeset 264105 in webkit for trunk/Source/JavaScriptCore/offlineasm
- Timestamp:
- Jul 8, 2020, 9:42:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/mips.rb
r260310 r264105 685 685 # and we should name it properly. 686 686 # https://bugs.webkit.org/show_bug.cgi?id=208236 687 if node.name =~ /^.*_return_location(?:_(?:wide16|wide32))?$/ or node.name.start_with?("_checkpoint_osr_exit_from_inlined_call_trampoline") 687 if node.name =~ /^.*_return_location(?:_(?:wide16|wide32))?$/ or node.name.start_with?("_checkpoint_osr_exit_from_inlined_call_trampoline") or node.name.start_with?("_fuzzer_return_early_from_loop_hint") 688 688 # We need to have a special case for return location labels because they are always 689 689 # reached from a `ret` instruction. In this case, we need to proper reconfigure `$gp`
Note:
See TracChangeset
for help on using the changeset viewer.