You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graydon opened this issue
Jan 10, 2012
· 1 comment
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Most uses of the obj system should, at this point, be replaceable with uses of the iface/impl system, with some degree of improved performance to boot. Try this in our own code (libstd and rustc) and see how far it can get. If complete, remove 'obj' support from the compiler.
The text was updated successfully, but these errors were encountered:
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Most uses of the obj system should, at this point, be replaceable with uses of the iface/impl system, with some degree of improved performance to boot. Try this in our own code (libstd and rustc) and see how far it can get. If complete, remove 'obj' support from the compiler.
The text was updated successfully, but these errors were encountered: