On Wed, Jul 26, 2017 at 9:47 PM, Bruno Jouhier <[email protected]> wrote:
> JavaScript is often referred to as the "assembly language of the web". Did > any instruction ever get removed from the x86 instruction set? Will this > ever happen? > There are some features of x86 which where ditched. The more well known example would be MMX (though the idea lives on in SSE/SIMD). But then there's also ARM and its slow crawl to replace x86, mainly in areas x86 didn't have much luck in capturing (mobile), but which now is increasingly making its way into nettops, and undoubdedly will eventually start to tackle high-end personal computing. In other areas (such as GPUs), vendors frequently toss support for features deemed obsolete (though many of them remain support in drivers software paths, just don't use those features cause the speed sucks).
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

