Ticket #7 (closed todo: done)

Opened 13 years ago

Last modified 12 years ago

remove 'infix' and 'n_infix' opcodes

Reported by: allison Owned by:
Priority: trivial Milestone:
Component: core Version:
Severity: none Keywords:
Cc: Language:
Patch status: Platform:

Description

The 'infix' and 'n_infix' opcodes were only used by the old MMD system. They can now be removed, as can the 'Parrot_MMD_method_name' function.

Change History

  Changed 13 years ago by coke

  • summary changed from [TODO] remove 'infix' and 'n_infix' opcodes to remove 'infix' and 'n_infix' opcodes

follow-up: ↓ 3   Changed 13 years ago by coke

Ripping out these opcodes, I find that src/pic.c uses them. We should resolve

 http://rt.perl.org/rt3//Ticket/Display.html?id=60048

before this ticket.

in reply to: ↑ 2   Changed 12 years ago by bacek

Replying to coke:

Ripping out these opcodes, I find that src/pic.c uses them. We should resolve  http://rt.perl.org/rt3//Ticket/Display.html?id=60048 before this ticket.

afaiu code there is no more "infix" and "n_infix" opcodes in src/pic.c. And because of deprecating of current JIT we are unblocked from removing src/pic.c (as per RT ticket).

Can we close this ticket?

-- Bacek

  Changed 12 years ago by bacek

  • status changed from new to closed
  • resolution set to done

infix and n_infix opcodes are gone. RT ticket closed. Closing ticket.

Note: See TracTickets for help on using tickets.