Commit b079e0b3 authored by Clemens Backes's avatar Clemens Backes Committed by Commit Bot

[liftoff] Add a code comment to landing pads

This makes it much easier to read the code, since that code otherwise
looks unreachable.

R=thibaudm@chromium.org

Change-Id: I8720f8e23a6932d83b7ef6a1f26632095ecfeb43
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2826120Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74005}
parent 53c72cb6
......@@ -4072,6 +4072,7 @@ class LiftoffCompiler {
__ emit_jump(&skip_handler);
// Handler: merge into the catch state, and jump to the catch body.
DEBUG_CODE_COMMENT("-- landing pad --");
__ bind(handler.get());
__ ExceptionHandler();
__ PushException();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment