I am trying to create a simple game engine in JavaScript with WebGl,开发者_运维问答 but I am having some undesired problems with JavaScript in general, which I hope can be avoided. Besides the overall
I am writing a compiler f开发者_如何学JAVAor a statically-typed object-oriented language. Currently I\'m researching garbage collection algorithms to use. I\'m wondering if there\'s a collector that i
I had created a program in C#. That program used about 60-70 MB of my memory. But when I minimized that program, it required less memory, that is, just 10 MB.
If you have a variable that is a MovieClip, Sprite, Str开发者_运维问答ing, Number, int, uint, or a Boolean, do you remove it\'s reference by adding:
There was a comment in the question calling-system-gc-explicitly stating that \"You can not \"force\" a generic JVM to do garbage collection because a garbage collector is not actually required by the
I\'ve heard it mentioned in very general terms that such things exist开发者_JS百科, but the details are rarely discussed.What are your favourites?What makes it difficult?The standard implementation of
I have an attached property (e.g. its capitalizing the text inside a TextBox). Obvoiusly I must subscribe to the TextBox\'s TextChanged event to capitalize it every time text updates.
I am building a MooTools class and I have this in my initialize function: this.css = null; window.addEvent(\'domready\', function(){
It is said that we cannot force the garbage collection process in java. It\'s afte开发者_StackOverflow社区r all, a daemon thread.
I\'m using a COM object from .NET using interop. The object basically fetch data from socket and fire some events for .NET layer to process. However, after a while, the COM object stops firing events