fjgandrade / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Don't invoke System.Object.ctor.call(this) #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CLR-Mode, you use an class, that has no baseclass(ok, it still inherits from 
system.object, that ok), but you call:

System.Object.ctor.call(this)

This is not needed. (performance issue)

Greetings,
Sebastian

Original issue reported on code.google.com by sebastia...@gmail.com on 4 Aug 2011 at 11:55

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 10 Aug 2011 at 9:01

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 25 Nov 2011 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by yvan.rod...@gmail.com on 13 Jan 2013 at 12:01