Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & Linux. Here is the wonderful screenshot showing the amazing result: |
Yes !
Thierry 2016-05-24 15:25 GMT+02:00 Clément Bera <[hidden email]>:
|
In reply to this post by Clément Béra
Clément Bera <[hidden email]> writes:
> Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It > looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & > Linux. > > Here is the wonderful screenshot showing the amazing result: very important step. Thank you! -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill |
In reply to this post by Clément Béra
That is cool!!!
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
|
In reply to this post by Damien Cassou-2
> On 24 May 2016, at 15:57, Damien Cassou <[hidden email]> wrote: > > Clément Bera <[hidden email]> writes: > >> Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It >> looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & >> Linux. >> >> Here is the wonderful screenshot showing the amazing result: > > very important step. Thank you! +100 > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > "Success is the ability to go from one failure to another without > losing enthusiasm." --Winston Churchill > |
On Tue, May 24, 2016 at 4:10 PM, Sven Van Caekenberghe <[hidden email]> wrote:
+64 |
> On 24 May 2016, at 16:14, Peter Uhnák <[hidden email]> wrote: > > > > On Tue, May 24, 2016 at 4:10 PM, Sven Van Caekenberghe <[hidden email]> wrote: > > > On 24 May 2016, at 15:57, Damien Cassou <[hidden email]> wrote: > > > > Clément Bera <[hidden email]> writes: > > > >> Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It > >> looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & > >> Linux. > >> > >> Here is the wonderful screenshot showing the amazing result: > > > > very important step. Thank you! > > +100 > > +64 Haha, + (2 ** 6) then ;-) |
GREAT! On Tue, May 24, 2016 at 11:49 AM, Sven Van Caekenberghe <[hidden email]> wrote:
Bernardo E.C. Sent from a cheap desktop computer in South America. |
In reply to this post by Clément Béra
Thanks a lot!
Doru > On May 24, 2016, at 3:25 PM, Clément Bera <[hidden email]> wrote: > > Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & Linux. > > Here is the wonderful screenshot showing the amazing result: > > <Screen Shot 2016-05-24 at 3.19.23 PM.png> -- www.tudorgirba.com www.feenk.com "Some battles are better lost than fought." |
You guys are awesome, amazing work , thank you so much for making this reality :) On Tue, May 24, 2016 at 7:06 PM Tudor Girba <[hidden email]> wrote: Thanks a lot! |
In reply to this post by Clément Béra
And this marked the start of a new era. Kudos guys. Now, plugin time I guess... Phil On Tue, May 24, 2016 at 3:25 PM, Clément Bera <[hidden email]> wrote:
|
There are quite some progress on the plugin work.
Eliot made x64 FFI working a couple months ago. Nicolas Cellier have already been looking for Number plugins for a while. Many Slang compilation bugs related to 32-64 bits dependency were fixed, so many plugins work out of the box. Other plugins w On Wed, May 25, 2016 at 11:02 AM, [hidden email] <[hidden email]> wrote:
|
On Wed, May 25, 2016 at 11:27:04AM +0200, Cl??ment Bera wrote:
> There are quite some progress on the plugin work. > > Eliot made x64 FFI working a couple months ago. > > Nicolas Cellier have already been looking for Number plugins for a while. > > Many Slang compilation bugs related to 32-64 bits dependency were fixed, so > many plugins work out of the box. The commonly required plugins have been working for quite a few years on all combinations of 32/64 bit VM and image. I'm sure there will still be some issues to address as we move to Spur 64, but I expect that most plugins will work. Dave > > Other plugins w > > On Wed, May 25, 2016 at 11:02 AM, [hidden email] <[hidden email]> > wrote: > > > And this marked the start of a new era. > > > > Kudos guys. > > > > Now, plugin time I guess... > > > > Phil > > > > On Tue, May 24, 2016 at 3:25 PM, Cl??ment Bera <[hidden email]> > > wrote: > > > >> Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It > >> looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & > >> Linux. > >> > >> Here is the wonderful screenshot showing the amazing result: > >> > >> [image: Inline image 1] > >> > > > > |
> On 25 May 2016, at 14:46, David T. Lewis <[hidden email]> wrote: > > On Wed, May 25, 2016 at 11:27:04AM +0200, Cl??ment Bera wrote: >> There are quite some progress on the plugin work. >> >> Eliot made x64 FFI working a couple months ago. >> >> Nicolas Cellier have already been looking for Number plugins for a while. >> >> Many Slang compilation bugs related to 32-64 bits dependency were fixed, so >> many plugins work out of the box. > > The commonly required plugins have been working for quite a few years on > all combinations of 32/64 bit VM and image. I'm sure there will still be > some issues to address as we move to Spur 64, but I expect that most plugins > will work. yes, they do work… but we still have another set that needs to be verified (like FT2, for example) > > Dave > > >> >> Other plugins w >> >> On Wed, May 25, 2016 at 11:02 AM, [hidden email] <[hidden email]> >> wrote: >> >>> And this marked the start of a new era. >>> >>> Kudos guys. >>> >>> Now, plugin time I guess... >>> >>> Phil >>> >>> On Tue, May 24, 2016 at 3:25 PM, Cl??ment Bera <[hidden email]> >>> wrote: >>> >>>> Today I helped Esteban porting the 32 to 64 bits bootstrap to Pharo. It >>>> looks like we have a Pharo 64 bits image on 64 bits VM running on Mac & >>>> Linux. >>>> >>>> Here is the wonderful screenshot showing the amazing result: >>>> >>>> [image: Inline image 1] >>>> >>> >>> > > > |
Free forum by Nabble | Edit this page |