Opened on 03/14/2014 at 09:40:35 AM

Closed on 07/11/2014 at 08:16:56 AM

#151 closed change (fixed)

[Typed objects] Implement dynamically-sized array types

Reported by: trev Assignee: trev
Priority: P2 Milestone:
Module: Core Keywords:
Cc: Blocked By:
Blocking: #145, #505 Platform: Unknown
Ready: yes Confidential: no
Tester: Verified working: no
Review URL(s):

http://codereview.adblockplus.org/5728072976302080

Description

Background

See #145.

What to change

The dynamically-sized array types should be similar to the fixed-size arrays implemented in #148. However, they need a .resize(length) method to change array size. This means that they will likely need two buffers: one for the array meta-data that the pointers can refer to and another for the actual data (could be relocated on size changes).

Attachments (0)

Change History (4)

comment:1 Changed on 05/12/2014 at 09:57:49 AM by trev

  • Owner set to trev
  • Ready unset

comment:2 Changed on 05/16/2014 at 12:46:05 PM by trev

  • Ready set
  • Review URL(s) modified (diff)
  • Status changed from new to reviewing

comment:3 Changed on 05/16/2014 at 12:50:01 PM by trev

  • Blocking 505 added

comment:4 Changed on 07/11/2014 at 08:16:56 AM by trev

  • Platform set to Unknown
  • Resolution set to fixed
  • Status changed from reviewing to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from trev.
 
Note: See TracTickets for help on using tickets.