This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Breakpoint instruction


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> This is the patch for which many have been waiting. It adds a
Keith> breakpoint instruction to the interpreter and an associated method to
Keith> install breakpoints at a given code index. Actual breakpoint handling
Keith> in the interpreter will come in a follow-on patch (or several of them,
Keith> actually).

Looks good, thanks.  A couple really minor things.

Keith>          (compile): Add op_breakpoint to "can't happen" cases.

Do we need one of these in verify.cc?

Keith>          [INTERPRETER] Initialize breakpoint insn if necesasry.

Typo in the last word here.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]