Ticket #973 (closed todo: done)

Opened 12 years ago

Last modified 12 years ago

Review content of src/gc/alloc_register.c and src/call/context.c and merge it into single file

Reported by: bacek Owned by: whiteknight
Priority: normal Milestone:
Component: core Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Hello.

Currently

1. handling of registers in Context handled in src/gc/alloc_registers.c and include/parrot/registers.h.

2. All other Context related functions placed in src/call/context.c and include/parrot/call.h.

It's confusing and less than perfect. It's better to merge them into single set of files.

-- Bacek

Change History

Changed 12 years ago by whiteknight

  • owner set to whiteknight

Changed 12 years ago by jkeenan

  • type changed from cage to todo
  • component changed from none to core
  • summary changed from [todo][rfc] Review content of src/gc/alloc_register.c and src/call/context.c and merge it into single file to Review content of src/gc/alloc_register.c and src/call/context.c and merge it into single file

Changed 12 years ago by bacek

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

src/gc/alloc_register.c is finally gone. Whiteknight++

Note: See TracTickets for help on using tickets.