HackerTrans
TopNewTrendsCommentsPastAskShowJobs

firstlink

no profile record

comments

firstlink
·3 года назад·discuss
Careful, this is only one step removed from fascistly suggesting that regulations which work in downtown SF don't work in rural areas.
firstlink
·3 года назад·discuss
Rust seems to do fine with ZSTs somehow.
firstlink
·3 года назад·discuss
> and that such changes may impose themselves on old code without recompilation when dynamically linked libraries are upgraded.

All I can do is laugh. This is what the dynamic linker fanatics wanted. This is what they explicitly advocate for to this day. Share and enjoy!!
firstlink
·3 года назад·discuss
This seems right at first; however, about half of the armv8 spec is taken up by a copy of the armv7 spec and info about interop between the two ISAs. So armv8 isa is considerably constrained not only by the interop requirements, whereby an armv8 OS/hypervisor must be able to control the environment of an armv7 process/OS, but also by the need for implementing both ISAs without excessive duplication of silicon. For example, an actual v8+v7 implementation must surely have a single pipeline supporting both ISAs.