RESOLVED FIXED 208196
[JSC][MIPS] Adding support to Checkpoints
https://bugs.webkit.org/show_bug.cgi?id=208196
Summary [JSC][MIPS] Adding support to Checkpoints
Caio Lima
Reported 2020-02-25 07:40:46 PST
...
Attachments
Patch (6.22 KB, patch)
2020-02-25 08:23 PST, Caio Lima
no flags
Patch (6.42 KB, patch)
2020-02-26 05:09 PST, Caio Lima
no flags
Patch (6.41 KB, patch)
2020-02-26 05:16 PST, Caio Lima
no flags
Caio Lima
Comment 1 2020-02-25 08:23:11 PST
Yusuke Suzuki
Comment 2 2020-02-25 13:07:24 PST
Comment on attachment 391653 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391653&action=review r=me > Source/JavaScriptCore/offlineasm/mips.rb:688 > + if node.name =~ /^.*_return_location(?:_(?:wide16|wide32))?$/ or node.name.start_with?("_checkpoint_osr_exit_from_inlined_call_trampoline") This sounds like, we should rename _checkpoint_osr_exit_from_inlined_call_trampoline to _checkpoint_osr_exit_from_inlined_call_trampoline_return_location, because it is return-location. Can you file a FIXME here?
Caio Lima
Comment 3 2020-02-26 05:09:10 PST
Caio Lima
Comment 4 2020-02-26 05:16:12 PST
Caio Lima
Comment 5 2020-02-26 05:20:03 PST
(In reply to Yusuke Suzuki from comment #2) > Comment on attachment 391653 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=391653&action=review > > r=me Thank you very much for the review! > > Source/JavaScriptCore/offlineasm/mips.rb:688 > > + if node.name =~ /^.*_return_location(?:_(?:wide16|wide32))?$/ or node.name.start_with?("_checkpoint_osr_exit_from_inlined_call_trampoline") > > This sounds like, we should rename > _checkpoint_osr_exit_from_inlined_call_trampoline to > _checkpoint_osr_exit_from_inlined_call_trampoline_return_location, because > it is return-location. > Can you file a FIXME here? Done. I created https://bugs.webkit.org/show_bug.cgi?id=208236 and I'm going to upload a patch soon.
WebKit Commit Bot
Comment 6 2020-02-26 06:06:36 PST
Comment on attachment 391739 [details] Patch Clearing flags on attachment: 391739 Committed r257466: <https://trac.webkit.org/changeset/257466>
WebKit Commit Bot
Comment 7 2020-02-26 06:06:38 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 8 2020-02-26 06:07:19 PST
Note You need to log in before you can comment on or make changes to this bug.