Poster | Thread |
broadblues
 |  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 10-Feb-2016 14:11:55
| | [ #41 ] |
|
|
 |
Amiga Developer Team  |
Joined: 20-Jul-2004 Posts: 4449
From: Portsmouth England | | |
|
| Quote:
I agree that we should make this a non-Amiga thing as this problem affect all PPC systems. I bet some PPC Mac users would be interested as well, and maybe they even have someone willing to take the bounty.
|
But don;t they have this Leopard Webkit thing that was suggested as asrc for fixes by DeadWood? _________________ BroadBlues On Blues BroadBlues On Amiga Walker Broad
|
|
Status: Offline |
|
|
BSzili
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 10-Feb-2016 18:12:37
| | [ #42 ] |
|
|
 |
Regular Member  |
Joined: 16-Nov-2013 Posts: 447
From: Unknown | | |
|
| Leopard-webkit is already outdated, it's based on AppleWebKit/600. That's from the Safari 7 era, I think. _________________ This is just like television, only you can see much further.
|
|
Status: Offline |
|
|
tlosm
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 11-Feb-2016 6:06:40
| | [ #43 ] |
|
|
 |
Elite Member  |
Joined: 28-Jul-2012 Posts: 2759
From: Amiga land | | |
|
| no Bzili, is based on webkit of osx 10.9 leopard is 10.5 last ppc os on apple (2009) roocat browser use the same webkit and working good on leopard ppc. Last edited by tlosm on 11-Feb-2016 at 06:10 AM. Last edited by tlosm on 11-Feb-2016 at 06:08 AM.
_________________ I love Amiga and new hope by AmigaNG A 500 + ; CDTV; CD32; PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB; MacBook Pro Retina I7 2.3ghz; #nomorea-eoninmyhome
|
|
Status: Offline |
|
|
virgolamobile
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 11-Feb-2016 8:47:46
| | [ #44 ] |
|
|
 |
Regular Member  |
Joined: 23-Feb-2004 Posts: 192
From: Somewhere in Northern Italy | | |
|
| @thread
v8ppc: isn't this a project aimed at fixing the very same problem we currently have on our platform?
https://www.openhub.net/p/v8ppc
Current status:

Why not using the bounty money to support such an exiting project? Last edited by virgolamobile on 11-Feb-2016 at 08:50 AM.
|
|
Status: Offline |
|
|
Yasu
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 11-Feb-2016 11:17:09
| | [ #45 ] |
|
|
 |
Regular Member  |
Joined: 13-Oct-2015 Posts: 224
From: Stockholm, Sweden | | |
|
| It does seem like a very active project. Can someone contact them and confirm if we have the same goal and can cooperate? _________________ Amiga Forum - Sweden's best Amiga Magazine
My MorphOS Blog
"Free speech includes other peoples right to offend you."
|
|
Status: Offline |
|
|
klx300r
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 11-Feb-2016 13:50:08
| | [ #46 ] |
|
|
 |
Elite Member  |
Joined: 4-Mar-2008 Posts: 3860
From: Toronto, Canada | | |
|
| @ virgolamobile
yup that looks like something we can bite into as a community.  _________________ ____________________________ c64-2sids, A1000, A1200T-060@50(finally working!),A4000-CSMKIII ! My Master Miggies- Amiga 1000 & AmigaOne X1000 ! mancave-ramblings X1000 I BELIEVE 
|
|
Status: Offline |
|
|
Raffaele
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 14-Feb-2016 10:32:37
| | [ #47 ] |
|
|
 |
Super Member  |
Joined: 7-Dec-2005 Posts: 1906
From: Naples, Italy | | |
|
| @Yasu
Deadwood made a great job in removing that annoying bug that eats memory at any javascript session. We can't ask him to made a tedious bug hunting controlling line per line Javascript webkit.
I think he deserves some money too, taken from the bounty or starting a new bounty to thank him with proper cash.
Perhaps I still not see Fabien Coeurjoly in sight and using Deadwood code so even in MorphOSnwe will get rid once and for all of this RAM consuming bug. Last edited by Raffaele on 14-Feb-2016 at 10:34 AM.
_________________ "When the Amiga came out, everyone [at Apple] was scared as hell." (J.L. Gassée, former CEO of Apple France and chief of devs of Mac II-fx, interviewed by Amazing Computing, Nov 1996).
|
|
Status: Offline |
|
|
Raffaele
|  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 15-Feb-2016 13:30:34
| | [ #48 ] |
|
|
 |
Super Member  |
Joined: 7-Dec-2005 Posts: 1906
From: Naples, Italy | | |
|
| @tlosm
Can you please provide me a working link to Safari for Mac PPC OS webpage together with rocat mail address sso I can ask him if it is true that he made an updated version of Safari aligned with OS 10.9 but he used outdated Javascript Engine from ancient Webkit release? Last edited by Raffaele on 15-Feb-2016 at 01:31 PM.
_________________ "When the Amiga came out, everyone [at Apple] was scared as hell." (J.L. Gassée, former CEO of Apple France and chief of devs of Mac II-fx, interviewed by Amazing Computing, Nov 1996).
|
|
Status: Offline |
|
|
Hypex
 |  |
Re: Odyssey Web Browser Endianess Bounty Open Posted on 16-Feb-2016 14:11:49
| | [ #49 ] |
|
|
 |
Elite Member  |
Joined: 6-May-2007 Posts: 11351
From: Greensborough, Australia | | |
|
| What I wonder is if this could be solved at the compiler level? That is for an object or variable to be defined as little endian with an attribute. So the code then reads and writes the data with a little endian instruction.
In reality this shouldn't matter as a pointer format should be internal to the CPU and transparent to the high level programming code. However it doesn't look like they make high level languages this way which doesn't look right to me. Unless you import and export binary images of data structures this shouldn't be a problem.
It also looks like the coders are not writting proper portable code. But since Intel Endian has taken over the world with it's human unreadable code and when they said jump everybody asked how little, I suppose we can expect this. Given that the bugs would only show up on a rare CPU configuration that doesn't affect the populace.
Having converted code that is made for x86 to PPC I can tell you this is a right pain in the Bahamas. It can do your head in. If the GCC PPC compiler doesn't have a little endian attribute I suggest a major request be made for it. Or modify the source of GCC to have it!  |
|
Status: Offline |
|
|