Dmitry Zavalishin
Dmitry Zavalishin
run widgets in threads
detach from shell thread do on timer calback? :)
https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/home-lamp-off.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/home-lamp-on.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/home2-back.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/home3-back.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/home_back.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/love-button-bright.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/love-button-pale.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/love-button-pressed.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/room_back_off.png https://github.com/dzavalishin/gardemarine/blob/master/classic/resources/room_back_on.png
Dump of i386 state: EAX 42c40000 EBX 000000a6 ECX 00000000 EDX 00100000 ESI 421ffca4 EDI 0000000a EBP 421ffc34 ESP 421ffbfc CS 0010 SS 0018 DS 0018 ES 0018 FS 0000...
Reason is unclear - describe or dismiss
Use connection style vm block/sleep gear?
exec.c:2061 - make sure this is called from kernel only. Userland must come through connection blocking call.
Simulate a call to user class loader, instead of running it in a separate thread - NO! We need result to be stored in persistent class hash. Sleep on VM...
Put thread asleep on cond waiting for class to load. - Don't restart instruction - cond is persistent - Setup wait on cond - cond_wait code returns, so we can...
Use some object hdr field (satellites?) as link to next free object in this arena. - improve object mem reuse and less snapshot footprint - improve allocation speed