Ticket #60 (closed todo: fixed)

Opened 13 years ago

Last modified 13 years ago

Refactor Integer.PMC overflow mechanism to use VTABLES

Reported by: whiteknight Owned by: whiteknight
Priority: normal Milestone: 0.9.0
Component: none Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

The overflow mechanism in Integer PMC uses MMD calls directly instead of VTABLE calls. This causes a problem for VTABLE overrides. Refactor this.

Change History

Changed 13 years ago by whiteknight

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

Took care of this last night, although it's probably not the prettiest code I ever wrote. Will have to go through and clean it up more later.

Note: See TracTickets for help on using tickets.