HackerTrans
トップ新着トレンドコメント過去質問紹介求人

firstlink

no profile record

コメント

firstlink
·3 年前·議論
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 年前·議論
Rust seems to do fine with ZSTs somehow.
firstlink
·3 年前·議論
> 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 年前·議論
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.