VM Maker: VMMaker-oscog-IgorStasenko.89.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker-oscog-IgorStasenko.89.mcz

squeak-dev-noreply
 
Igor Stasenko uploaded a new version of VMMaker-oscog to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-oscog-IgorStasenko.89.mcz

==================== Summary ====================

Name: VMMaker-oscog-IgorStasenko.89
Author: IgorStasenko
Time: 1 January 2001, 1:12:22 am
UUID: 89539a1b-1a5b-4dca-abcf-8786cba00da7
Ancestors:

Summary of merge
VMMaker.oscog-eem.88 with VMMaker-oscog-IgorStasenko.68

- preserving ClipboardExtendedPlugin

Float class>>fromIEEE64BitWord: anInteger
???

use of methodReturnValue: is cool

preserved #primitiveImageFormatVersion
(most probably will remove it as well)

typo in #primitiveMPEG3GetTime: fileHandle
# result , instead of #result
(parser doesn't barks however)
(whole Mpeg3Plugin is cleaner in .dtl branch)

storeImageSegmentInto: segmentWordArray outPointers: outPointerArray roots: arrayOfRoots
copied from ObjectMemory to NewObjectMemory.. why?
this feature is broken anyways.. so i cannot care less

ccgValBlock: valString
still contains #fixTemps in Eliot's branch

- new finalization is still not integrated in Eliot's branch

- readImageFromFile: f HeapSize: desiredHeapSize StartingAt: imageOffset
still using old sqAllocateMemory() in Eliot's branch instead of
#allocateMemory:minimum:imageFile:headerSize:
added by Esteban

- primLoadModule and primitiveDisableModuleLoading are not integrated in Eliot's branch

VMMakerTool class>>initialize
menu registration fix from Mariano are not integrated in Eliot's branch




Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker-oscog-IgorStasenko.89.mcz

Mariano Martinez Peck
 


On Wed, Jun 29, 2011 at 3:28 PM, <[hidden email]> wrote:

Igor Stasenko uploaded a new version of VMMaker-oscog to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-oscog-IgorStasenko.89.mcz

==================== Summary ====================

Name: VMMaker-oscog-IgorStasenko.89
Author: IgorStasenko
Time: 1 January 2001, 1:12:22 am
UUID: 89539a1b-1a5b-4dca-abcf-8786cba00da7
Ancestors:


Thanks a lot Igor for the merge.

storeImageSegmentInto: segmentWordArray outPointers: outPointerArray roots: arrayOfRoots
copied from ObjectMemory to NewObjectMemory.. why?
this feature is broken anyways.. so i cannot care less


what is broken exactly ?



Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker-oscog-IgorStasenko.89.mcz

Igor Stasenko
 
On 29 June 2011 14:08, Mariano Martinez Peck <[hidden email]> wrote:

>
>
>
> On Wed, Jun 29, 2011 at 3:28 PM, <[hidden email]> wrote:
>>
>> Igor Stasenko uploaded a new version of VMMaker-oscog to project VM Maker:
>> http://www.squeaksource.com/VMMaker/VMMaker-oscog-IgorStasenko.89.mcz
>>
>> ==================== Summary ====================
>>
>> Name: VMMaker-oscog-IgorStasenko.89
>> Author: IgorStasenko
>> Time: 1 January 2001, 1:12:22 am
>> UUID: 89539a1b-1a5b-4dca-abcf-8786cba00da7
>> Ancestors:
>>
>
> Thanks a lot Igor for the merge.
>
>> storeImageSegmentInto: segmentWordArray outPointers: outPointerArray roots: arrayOfRoots
>> copied from ObjectMemory to NewObjectMemory.. why?
>> this feature is broken anyways.. so i cannot care less
>>
>
> what is broken exactly ?
>
the design :)

I think it is really bad idea to rely on C code to serialize objects.
Objects know much better how to do it, if you do it from language
side. (like Fuel etc)


--
Best regards,
Igor Stasenko AKA sig.
Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker-oscog-IgorStasenko.89.mcz

Igor Stasenko
 
the upload didn't worked..
the file is 4kb size..

i love it... now need to upload it again.. crap
--
Best regards,
Igor Stasenko AKA sig.