summaryrefslogtreecommitdiff
path: root/TODO
blob: 05684eb619d9b6e65d208fd6531e25988513f188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Ideas and things to be done, in random order
============================================

* Private members that are specialized should be name-mangled. The are
  now turned to 'protected'. Probably 'expandName' is enough (keep the old
  symbols).

* specialize methods only when representation changes (basically when
  value parameters have naked type parameters or arrays of naked type
  params).

* handle specialized type members (whatever that may mean)

* Could we have better runtime types for specialized instances?

* Could we have user provided specializations?