Welcome, Guest. Please login or register.

Author Topic: We need an iBrowse replacement for 68k!!!  (Read 75106 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline matthey

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 1294
    • Show all replies
Re: We need an iBrowse replacement for 68k!!!
« Reply #74 from previous page: August 18, 2015, 08:11:33 PM »
Quote from: Oldsmobile_Mike;794183
Oh, looks like I spoke too soon about the images.  amiga.org gives them.  Well, sort of.  ;)


That is what most RTG users get without friend_bitmap:1 in Choices which gives an improvement. AGA/ECS seems to have problems with friend_bitmap:1 (interleaved bitmap problem?).

Quote from: Oldsmobile_Mike;794184
Unrelated side-note:  NetSurf does not seem to close cleanly.  After exiting the application, I am unable to delete the following files (screenshot attached).  Says they are still in use.  Obviously not a huge issue, but just FYI.  ;)


You wouldn't be able to delete the directory if this is where you assigned TBImages but you should be able to delete the files inside the directory.
 

Offline matthey

  • Hero Member
  • *****
  • Join Date: Aug 2007
  • Posts: 1294
    • Show all replies
Re: We need an iBrowse replacement for 68k!!!
« Reply #75 on: September 03, 2015, 06:46:42 PM »
Quote from: chris;794961

The main thing right now is fixing the optimisation bug in GCC.  It optimises away NewObject's taglist which means I can't build with optimisations on, which makes it slower and means there's no Javascript.


There are 2 logical solutions to the optimization bug.

1) Change the compiler version or compiler to one without the bug.
2) Isolate the buggy optimization and disable it (with command line switch).

Either would take some time but there should be a significant difference between -O0 and -O2.