Earlier quoted context omitted.
It's too late to (re)define GIF. Actually software which edits animated GIFs doesn't have to crash per se, it's all about how smartly it's implemented, and because GIF editing isn't exactly a sprawling industry, most apps tend to be, well, not that smart, and so edge cases can get them.
Formats don't have to be fully implemented to their original spec for all time. If it's not serving us well today then we can change how our software uses it.
Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
201–210 of 342 posts
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#202Earlier quoted context omitted.
The 64bit Aarch64 ISA has very little in common with the original ISA from '85.
It makes about as much sense as calling humans "lactating fish"
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#203Earlier quoted context omitted.
It's too late to (re)define GIF. Actually software which edits animated GIFs doesn't have to crash per se, it's all about how smartly it's implemented, and because GIF editing isn't exactly a sprawling industry, most apps tend to be, well, not that smart, and so edge cases can get them.
Formats don't have to be fully implemented to their original spec for all time. If it's not serving us well today then we can change how our software uses it.
There are a lot of corners of the internet which just haven’t been touched in a decade. Are you going to break all of them? For what purpose?
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#204Earlier quoted context omitted.
Hmmm... the chances for that are pretty slim I'm afraid. "Apple Silicon" is not a new system, it's just one of the large incumbents switching to another architecture (which is also not a first, this now being their fourth architecture, after 680x0, PowerPC and x86). In the desktop/notebook market, Wintel and Apple are firmly entrenched, with only ChromeOS and Linux challenging them - plus a few less significant OSes…
We're getting open source RISC-V wich seems more promising long term than ARM.
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#205Who else is excited that we are might revive the 80s Cambrian explosion of different system system and architectures? Back then there were so many options.
Back then code was usually closely tied to the hardware with very little abstraction. Nowadays even if you write in a low level language it's not difficult to target a wide array of devices if you go through standard interfaces. Proprietary software is probably the main reason we haven't had a whole lot of diversity in ISAs over the past couple of decades (see: Itanium). It's no coincidence that ARM's mainstream expl…
Though you are correct, a lot of abstraction today makes things portable in ways that in the past they were not. The abstraction has a small performance and memory cost which wouldn't have been acceptable now, but today it is in the noise (cache misses are much more important and good abstractions avoid them)
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#206Earlier quoted context omitted.
It's too late to (re)define GIF. Actually software which edits animated GIFs doesn't have to crash per se, it's all about how smartly it's implemented, and because GIF editing isn't exactly a sprawling industry, most apps tend to be, well, not that smart, and so edge cases can get them.
Formats don't have to be fully implemented to their original spec for all time. If it's not serving us well today then we can change how our software uses it.
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#207Who else is excited that we are might revive the 80s Cambrian explosion of different system system and architectures? Back then there were so many options.
Back then code was usually closely tied to the hardware with very little abstraction. Nowadays even if you write in a low level language it's not difficult to target a wide array of devices if you go through standard interfaces. Proprietary software is probably the main reason we haven't had a whole lot of diversity in ISAs over the past couple of decades (see: Itanium). It's no coincidence that ARM's mainstream expl…
A ton of ARM hardware is embedded cores running VxWorks or EmBed. M0 through M4. Yes, Phones are the dominant core consumer here, but there is a whole bunch of embedded/IoT stuff shipping ARM cores every day that will never see Linux installed.
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#208Who else is excited that we are might revive the 80s Cambrian explosion of different system system and architectures? Back then there were so many options.
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#209Earlier quoted context omitted.
Hmmm... the chances for that are pretty slim I'm afraid. "Apple Silicon" is not a new system, it's just one of the large incumbents switching to another architecture (which is also not a first, this now being their fourth architecture, after 680x0, PowerPC and x86). In the desktop/notebook market, Wintel and Apple are firmly entrenched, with only ChromeOS and Linux challenging them - plus a few less significant OSes…
powerpc/IBM is still a big player in the server/HP computing market. They do many cool things with their architectures since cost is less of a factor(dynamic smp, switcheable endieness, OMI) but they suck to build code for from an out-of-box experience standpoint.
Re: Animated GIF uses over 35GB RAM in Acorn on M1 Mac, likely due to memory leak
#210Earlier quoted context omitted.
The 64bit Aarch64 ISA has very little in common with the original ISA from '85.
I gather that it's true that ARM hasn't been as good about backwards compatibility as some of its competitors, but was ARMv8 really so much of a jump from ARMv7 that one can't count it as part of the same line of processors anymore?