Things i am working on now

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

Things i am working on now

Igor Stasenko
- building VM on windows
- updating VM configs to use new location of NB
- fixes to NB for windows
- more precise copying of machine code for primitive 220 , to copy
exact machine code without extra garbage,
so it can fail primitive and won't run random machine instructions

- testing if everything builds with "PharoVMBuilder build"


--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Igor Stasenko
pff...
it finally built..

[ 99%] Building C object
CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Prefs.c.obj
[ 99%] Building C object
CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Utils.c.obj
Linking C executable /C/COG/blessed/results/Pharo.exe
Creating library file: c:/COG/blessed/results/libPharo.dll.a
[100%] Built target Pharo

building all stuff from scratch takes a lot of time
(cairo , freetype, png, ssl ...)


--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Igor Stasenko
okay.. things vent more or less smooth..
i finished patching missing stuff..

On 7 February 2013 18:00, Igor Stasenko <[hidden email]> wrote:

> pff...
> it finally built..
>
> [ 99%] Building C object
> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Prefs.c.obj
> [ 99%] Building C object
> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Utils.c.obj
> Linking C executable /C/COG/blessed/results/Pharo.exe
> Creating library file: c:/COG/blessed/results/libPharo.dll.a
> [100%] Built target Pharo
>
> building all stuff from scratch takes a lot of time
> (cairo , freetype, png, ssl ...)
>
>
> --
> Best regards,
> Igor Stasenko.


--
Best regards,
Igor Stasenko.

Screen Shot 2013-02-08 at 2.14.38 PM.png (26K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Stéphane Ducasse
In reply to this post by Igor Stasenko
Thanks igor.
We all know that some work is boring :) and I appreciate that you spend time on it without
losing your soul :).
Keep your great work and keep some energy for the fun part too :).

Stef

> - building VM on windows
> - updating VM configs to use new location of NB
> - fixes to NB for windows
> - more precise copying of machine code for primitive 220 , to copy
> exact machine code without extra garbage,
> so it can fail primitive and won't run random machine instructions
>
> - testing if everything builds with "PharoVMBuilder build"
>
>
> --
> Best regards,
> Igor Stasenko.
>


Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Stéphane Ducasse
In reply to this post by Igor Stasenko
Igor

I would like to try on my new machine because may be if there is a large difference with yours we can plan to buy one with an SSD
and recycle yours. Does anybody have an idea if this is worth?

Stef

> pff...
> it finally built..
>
> [ 99%] Building C object
> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Prefs.c.obj
> [ 99%] Building C object
> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Utils.c.obj
> Linking C executable /C/COG/blessed/results/Pharo.exe
> Creating library file: c:/COG/blessed/results/libPharo.dll.a
> [100%] Built target Pharo
>
> building all stuff from scratch takes a lot of time
> (cairo , freetype, png, ssl ...)
>
>
> --
> Best regards,
> Igor Stasenko.
>


Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Tudor Girba-2
Having an SSD? From my point of view, it's the best investment you can make in a machine these days.

Cheers,
Doru


On Feb 8, 2013, at 9:12 PM, Stéphane Ducasse <[hidden email]> wrote:

> Igor
>
> I would like to try on my new machine because may be if there is a large difference with yours we can plan to buy one with an SSD
> and recycle yours. Does anybody have an idea if this is worth?
>
> Stef
>
>> pff...
>> it finally built..
>>
>> [ 99%] Building C object
>> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Prefs.c.obj
>> [ 99%] Building C object
>> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Utils.c.obj
>> Linking C executable /C/COG/blessed/results/Pharo.exe
>> Creating library file: c:/COG/blessed/results/libPharo.dll.a
>> [100%] Built target Pharo
>>
>> building all stuff from scratch takes a lot of time
>> (cairo , freetype, png, ssl ...)
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>

--
www.tudorgirba.com

"Beauty is where we see it."




Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Esteban A. Maringolo
2013/2/8 Tudor Girba <[hidden email]>:
> Having an SSD? From my point of view, it's the best investment you can make in a machine these days.

+1

I just added a mSATA SSD to my laptop (additionally to the HDD) and
the speed improvement affects the whole system (I still don't
understand why...)

Regards,

Esteban A. Maringolo

Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Igor Stasenko
In reply to this post by Stéphane Ducasse
On 8 February 2013 22:12, Stéphane Ducasse <[hidden email]> wrote:
> Igor
>
> I would like to try on my new machine because may be if there is a large difference with yours we can plan to buy one with an SSD
> and recycle yours. Does anybody have an idea if this is worth?
>
i don't know..
i think it won't work much faster because it is under virtual box
anyways, which causing a lot of overhead.

> Stef
>
>> pff...
>> it finally built..
>>
>> [ 99%] Building C object
>> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Prefs.c.obj
>> [ 99%] Building C object
>> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Utils.c.obj
>> Linking C executable /C/COG/blessed/results/Pharo.exe
>> Creating library file: c:/COG/blessed/results/libPharo.dll.a
>> [100%] Built target Pharo
>>
>> building all stuff from scratch takes a lot of time
>> (cairo , freetype, png, ssl ...)
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
>



--
Best regards,
Igor Stasenko.

Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Camillo Bruni-3

On 2013-02-09, at 00:12, Igor Stasenko <[hidden email]> wrote:

> On 8 February 2013 22:12, Stéphane Ducasse <[hidden email]> wrote:
>> Igor
>>
>> I would like to try on my new machine because may be if there is a large difference with yours we can plan to buy one with an SSD
>> and recycle yours. Does anybody have an idea if this is worth?
>>
> i don't know..
> i think it won't work much faster because it is under virtual box
> anyways, which causing a lot of overhead.

btw, did you enable multiple cores in virtualbox for your windows slave?
Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Frank Shearar-3
In reply to this post by Igor Stasenko
On 8 February 2013 23:12, Igor Stasenko <[hidden email]> wrote:
> On 8 February 2013 22:12, Stéphane Ducasse <[hidden email]> wrote:
>> Igor
>>
>> I would like to try on my new machine because may be if there is a large difference with yours we can plan to buy one with an SSD
>> and recycle yours. Does anybody have an idea if this is worth?
>>
> i don't know..
> i think it won't work much faster because it is under virtual box
> anyways, which causing a lot of overhead.

Hm, maybe I missed something - you're running virtualbox on a drive,
and you're thinking it won't work much faster on an SSD? I found the
opposite (running Windows on VMWare Player) - using an SSD _vastly_
increased the performance of the VM.

frank

>> Stef
>>
>>> pff...
>>> it finally built..
>>>
>>> [ 99%] Building C object
>>> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Prefs.c.obj
>>> [ 99%] Building C object
>>> CMakeFiles/Pharo.dir/C_/COG/blessed/platforms/win32/vm/sqWin32Utils.c.obj
>>> Linking C executable /C/COG/blessed/results/Pharo.exe
>>> Creating library file: c:/COG/blessed/results/libPharo.dll.a
>>> [100%] Built target Pharo
>>>
>>> building all stuff from scratch takes a lot of time
>>> (cairo , freetype, png, ssl ...)
>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko.
>>>
>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>

Reply | Threaded
Open this post in threaded view
|

Re: Things i am working on now

Igor Stasenko
On 9 February 2013 01:19, Frank Shearar <[hidden email]> wrote:

> On 8 February 2013 23:12, Igor Stasenko <[hidden email]> wrote:
>> On 8 February 2013 22:12, Stéphane Ducasse <[hidden email]> wrote:
>>> Igor
>>>
>>> I would like to try on my new machine because may be if there is a large difference with yours we can plan to buy one with an SSD
>>> and recycle yours. Does anybody have an idea if this is worth?
>>>
>> i don't know..
>> i think it won't work much faster because it is under virtual box
>> anyways, which causing a lot of overhead.
>
> Hm, maybe I missed something - you're running virtualbox on a drive,
> and you're thinking it won't work much faster on an SSD? I found the
> opposite (running Windows on VMWare Player) - using an SSD _vastly_
> increased the performance of the VM.
>

psst.. you will leave me with no excuses for not working.. because i
will be unable to say "its compiling"
:)

sure, if it makes a significant difference as you say.. i don't mind
having it :)

> frank
>


--
Best regards,
Igor Stasenko.